The most elegant and efficient annotation tool.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extName__",
"version": "2.1.15",
"default_locale": "en",
"description": "__MSG_extDescription__",
"permissions": [
"activeTab",
"downloads",
"tabs",
"contextMenus",
"clipboardWrite",
"clipboardRead",
"<all_urls>",
"storage"
],
"short_name": "__MSG_extShortName__",
"background": {
"page": "html/background.html"
},
"content_scripts": [
{
"js": [
"dependency/js/jquery-3.3.1.js",
"js/zinsert-frame.js"
],
"css": [
"styles/zinsert-frame.css"
],
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"html/zcopy.html",
"js/zcopy-clipboard.js",
"fonts/*.ttf",
"fonts/webfonts/*",
"html/zcameraweb.html",
"js/zinsert-webCam.js",
"images/empty.png",
"images/zannotator.png",
"images/zannotator-2x.png",
"images/zannotator__cursor--brush.png",
"images/zannotator__cursor--numbering.png",
"images/zannotator__cursor--pen.png",
"images/zannotator__cursor--question.png",
"images/zannotator__cursor--tick.png",
"images/zannotator__cursor--wrong.png",
"audio/timerAudio.mp3",
"audio/captureAudio.mp3",
"audio/rushTimerAudio.mp3"
],
"commands": {
"entireScreen": {
"suggested_key": {
"default": "Ctrl+Shift+1",
"mac": "MacCtrl+Shift+1"
},
"description": "Capture Entire Screen"
},
"fullPage": {
"suggested_key": {
"default": "Ctrl+Shift+2",
"mac": "MacCtrl+Shift+2"
},
"description": "Capture Full Page"
},
"visibleArea": {
"suggested_key": {
"default": "Ctrl+Shift+3",
"mac": "MacCtrl+Shift+3"
},
"description": "Capture Visible Area of the Page"
},
"partialScreen": {
"suggested_key": {
"default": "Ctrl+Shift+4",
"mac": "MacCtrl+Shift+4"
},
"description": "Capture Part of the Page"
}
},
"browser_action": {
"default_icon": {
"16": "images/logo/16.png",
"24": "images/logo/24.png",
"32": "images/logo/32.png"
},
"default_popup": "html/popup.html"
},
"options_ui": {
"page": "html/zpreferences.html",
"open_in_tab": true
},
"content_security_policy": "script-src 'self' ; object-src 'self'",
"icons": {
"16": "images/logo/16.png",
"32": "images/logo/32.png",
"48": "images/logo/48.png",
"128": "images/logo/128.png"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{d4504156-6a58-4503-86b5-2f9a773844e4}"
}
}
}