diff --git a/README.md b/README.md index 76c11931b710895946bc65f2a49eb3b2a93d076a..7aa5e389317c462d0752bbf868835a91b296f291 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # chrome插件开发 # 在线测试api工具 # 技术选型:jquery+axios+dom +![](static/img/api测试工具.png) ## 效果 -![](static/img/display.jpg) \ No newline at end of file +![](static/img/display.jpg) +![](static/img/post.jpg) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 28faf6cb21519a41120afabf76695abcd02a04a8..b7fbfd402dbd9e9d78b85a3f2313f97234340846 100644 --- a/manifest.json +++ b/manifest.json @@ -8,10 +8,6 @@ "48": "./static/img/logo.jpg", "16": "./static/img/logo.jpg" }, - // "browser_action": { - // "default_icon": "./static/img/logo.jpg",//插件的 - // "default_popup": "index.html"//插件入口html - // }, "background": { ".service_worke": ["./js/background/main.js"] // 是否加载 @@ -29,10 +25,4 @@ "options_page":"./options/index.html" - // "permissions":[ - // "storage", - // "notifications" - // ], - // "content_scripts": [ - // ] } diff --git "a/static/img/API\346\265\213\350\257\225\345\267\245\345\205\267.png" "b/static/img/API\346\265\213\350\257\225\345\267\245\345\205\267.png" new file mode 100644 index 0000000000000000000000000000000000000000..05887066dc56f4e0cbde7ea98d47032af23eba7b Binary files /dev/null and "b/static/img/API\346\265\213\350\257\225\345\267\245\345\205\267.png" differ diff --git a/static/img/post.jpg b/static/img/post.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1339d2a16c8a86b53a47adbfbd024d75db1f457 Binary files /dev/null and b/static/img/post.jpg differ