Inspect and view changes in OpusChange source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "4.0.1",
"description": "__MSG_extDesc__",
"default_locale": "en",
"permissions": [
"storage",
"clipboardWrite",
"downloads",
"<all_urls>",
"file:///*"
],
"browser_action": {
"default_title": "__MSG_actionTitle__",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+M"
},
"description": "__MSG_cmdDesc__"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>",
"file:///*"
],
"js": [
"content/selector.js",
"content/annotator.js"
],
"css": [
"content/annotator.css"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "opuschange@antoinebonpro.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Mejores alternativas OpusChange
Aquí hay algunas Firefox add-ons que son similares a OpusChange:
Annoto
OHAS
Annotator
rabbitxone
share-the-mark
Matjaž Pečan
ViewGraph Capture
Sourjya S. Sen
Copy DOM and CSS for AI
Faisal Bhuiyan
Web page annotator
wick
AI Web Element Assistant
itzhak.y
Annotiq: Web Highlighter & Notes
Soko
Annotating the Web
Francesco De Stefano
Highlite
Yoann Renard
Visual Annotation Tool
jsrothwell
KaliNotes
Gilbert SCHAFFER