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",
"action": {
"default_icon": {
"16": "images\/16px.png",
"48": "images\/48px.png",
"128": "images\/logo.png"
},
"default_popup": "popup.html",
"default_title": "Absolute Enable Right Click & Copy"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "images\/16px.png",
"48": "images\/48px.png",
"128": "images\/logo.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_desc__",
"default_locale": "en",
"permissions": [
"tabs",
"activeTab",
"storage",
"scripting",
"unlimitedStorage",
"notifications",
"clipboardWrite",
"offscreen"
],
"short_name": "Allow Select And Copy",
"version": "6.5.1",
"host_permissions": [
"https:\/\/tessdata.projectnaptha.com\/*.gz",
"https:\/\/github.com\/naptha\/tessdata\/blob\/gh-pages\/*.gz?raw=true",
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"\/data\/engine\/index.html",
"\/data\/inject\/sandbox.html",
"\/data\/inject\/clipboard.html"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"toggle-copy": {
"suggested_key": {
"default": "Alt+C",
"mac": "Alt+C"
},
"description": "Toggle Copy Mode"
},
"toggle-absolute": {
"suggested_key": {
"default": "Alt+A",
"mac": "Alt+A"
},
"description": "Toggle Absolute Mode"
},
"trigger-ocr": {
"suggested_key": {
"default": "Alt+O",
"mac": "Alt+O"
},
"description": "Trigger OCR (Image Reader)"
}
}
}