Inspect and view changes in 10ten Dictionary 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
{
"action": {
"default_icon": {
"16": "images/10ten-disabled-16.png",
"32": "images/10ten-disabled-32.png",
"48": "images/10ten-disabled-48.png"
},
"default_title": "__MSG_command_toggle_disabled__"
},
"author": "Brian Birtles",
"background": {
"service_worker": "10ten-ja-background.js"
},
"commands": {
"_execute_action": {
"description": "__MSG_command_toggle_description__",
"suggested_key": {
"default": "Alt+R"
}
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"10ten-ja-content.js"
],
"match_about_blank": true,
"matches": [
"http://*/*",
"https://*/*",
"file:///*"
],
"run_at": "document_start"
},
{
"all_frames": true,
"js": [
"10ten-ja-gdocs-bootstrap.js"
],
"matches": [
"https://docs.google.com/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"128": "images/10ten-sky.png"
},
"manifest_version": 3,
"minimum_chrome_version": "100",
"name": "10ten Dictionary",
"offline_enabled": true,
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [
"alarms",
"contextMenus",
"storage",
"unlimitedStorage",
"declarativeNetRequest"
],
"version": "1.22.1",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"css/popup-fonts.css",
"css/selection.css",
"docs/introducing-the-mouse.html",
"fonts/*.woff2"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}