Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Google Dictionary (by Google)",
"version": "4.2.6",
"description": "View definitions easily as you browse the web.",
"background": {
"service_worker": "background.min.js"
},
"options_page": "options.html",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"content.min.css"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.min.js"
],
"all_frames": true
}
],
"action": {
"default_icon": "static\/icon19.png",
"default_title": "Google Dictionary",
"default_popup": "browser_action.html"
},
"permissions": [
"storage"
],
"icons": {
"16": "static\/icon16.png",
"32": "static\/icon32.png",
"48": "static\/icon48.png",
"128": "static\/icon128.png"
}
}