Inspect and view changes in TJDict 線上字典 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "TJDict 線上å—å…¸",
"short_name": "TJDict",
"description": "TJDict 是一款方便快速的整åˆåž‹ç¶²è·¯å—典,支æ´è‹±æ¼¢ã€æ¼¢è‹±ã€è‹±è‹±ã€æ—¥æ—¥ï¼Œåªè¦æŸ¥è©¢ä¸€å€‹å–®å—,就能得到多本å—å…¸çš„æŸ¥è©¢çµæžœã€‚å†ä¹Ÿä¸ç”¨é–‹ä¸€å †åˆ†é 找單å—,節çœä½ 的寶貴時間。",
"version": "2.2.2",
"manifest_version": 3,
"permissions": [
"notifications",
"contextMenus",
"webRequest"
],
"host_permissions": [
"*://tw.dictionary.search.yahoo.com/*",
"*://tw.search.yahoo.com/*",
"*://www.weblio.jp/content/*",
"*://tw.voicetube.com/*",
"*://www.urbandictionary.com/*",
"*://www.lexico.com/*",
"*://www.jukuu.com/*",
"*://dictionary.cambridge.org/*",
"*://www.thesaurus.com/*"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_title": "TJDict"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}