围脖就是好图床 由firefox版本移植过来。登录新浪微博之后,点击运行图标之后再弹出窗口中拖入图片或者是直接粘贴图片就能生成外链地址,地址可供其他论坛和帖子直接使用。新浪是个好图床。源于firefox版本的朱一大神的代码修改而来,移植到了chrome
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "微博是个好图床-改",
"version": "1.0.0",
"incognito": "split",
"description": "围脖就是好图床 由firefox版本移植过来。登录新浪微博之后,点击运行图标之后再弹出窗口中拖入图片或者是直接粘贴图片就能生成外链地址,地址可供其他论坛和帖子直接使用。新浪是个好图床。源于firefox版本的朱一大神的代码修改而来,移植到了chrome",
"icons": {
"16": "/images/icon-16x16.png",
"48": "/images/icon-48x48.png",
"128": "/images/icon-128x128.png"
},
"background": {
"scripts": [
"/scripts/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "/images/icon-128x128.png",
"default_title": "微博是个好图床"
},
"permissions": [
"notifications",
"webRequest",
"storage",
"http://*/*",
"https://*/*",
"clipboardWrite",
"clipboardRead"
],
"web_accessible_resources": [
"js/baseFunc.js",
"js/include/baidu.js",
"js/include/superLoad.js",
"js/debug.js"
],
"homepage_url": "https://www.ntaow.com/aboutscript.html",
"options_page": "/pages/options.html",
"update_url": "https://clients2.google.com/service/update2/crx"
}