速度快,资源占用少,无广告,划词翻译, 英汉互译
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"persistent": false,
"scripts": [
"background.min.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"page.min.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "速度快,资æºå 用少,æ— å¹¿å‘Š,划è¯ç¿»è¯‘, 英汉互译",
"icons": {
"128": "128.png"
},
"manifest_version": 2,
"name": "å°ç´«åˆ’è¯ç¿»è¯‘",
"permissions": [
"<all_urls>",
"activeTab",
"tabs",
"storage"
],
"version": "1.0.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}