By: Anita
Inspect and view changes in Live Preview Annotator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.0",
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "icons/icon-128.png"
}
},
"permissions": [
"activeTab",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{7c56e6af-95d1-33fc-b0ef-59f2502eab77}",
"data_collection_permissions": {
"required": [
"none"
],
"collects_data": false
}
}
}
} Best Live Preview Annotator Alternatives
Here are some Firefox add-ons that are similar to Live Preview Annotator:
MarkdownPreview
venaris
Quick Screenshot Annotator
TYPHU88
Screenshot Review Window
Safiyyah
Thumbnail Preview Tool
bvzxzz
Quick Screenshot Annotator CM
Ruka Plam
Quick Sketch Overlay
Vy
Visual Annotation Tool
jsrothwell
Screenshot Annotator
JubairIslam
Screenshot Annotation
Noa
Screenshot Annotator Replayer
Kane
Screenshot Annotator Highlighter
Ellis
MarkdownPreview
jaminn123