有道英文写作批改工具
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "有é“写作",
"version": "1.0.7",
"description": "有é“英文写作批改工具",
"permissions": [
"activeTab",
"storage",
"contextMenus",
"tabs",
"downloads",
"notifications",
"cookies",
"http://*/*",
"https://*/*"
],
"author": "lijw",
"background": {
"persistent": true,
"scripts": [
"static/js/background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "images/logo_pigai18.png"
},
"icons": {
"18": "images/logo_pigai18.png",
"36": "images/logo_pigai36.png",
"54": "images/logo_pigai54.png",
"128": "images/logo_pigai128.jpg"
},
"content_scripts": [
{
"match_about_blank": true,
"matches": [
"<all_urls>"
],
"js": [
"static/js/content.js"
],
"css": [
"static/css/content.css"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"homepage_url": "http://write.youdao.com/",
"web_accessible_resources": [
"editor.html",
"static/js/inject.js",
"assets/images/*",
"static/*"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval' https://write.youdao.com/; object-src 'self';",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}