发送到豆皮(SendToDoupi)
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "发送到豆皮图片下载器(SendToDoupi)",
"version": "1.0.1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images/icon-16.png",
"128": "images/icon-128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"default_locale": "en",
"homepage_url": "https://doupi.tech",
"background": {
"scripts": [
"scripts/background.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"tabs",
"cookies",
"contextMenus",
"http://doupi.tech/",
"https://doupi.tech/"
]
}