提供元: Precompute
Inspect and view changes in Capture From Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Capture From Browser",
"version": "1.9",
"description": "Capture title and selection to local backend.",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"http://localhost/*",
"http://127.0.0.1/*"
],
"background": {
"scripts": [
"background.js"
],
"service_worker": "background.js"
},
"browser_specific_settings": {
"gecko": {
"id": "@capture-from-browser.precompute",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"action": {
"default_popup": "popup.html",
"default_title": "Add Context",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+Z"
},
"description": "Capture with Context (Popup)"
},
"quick-capture": {
"suggested_key": {
"default": "Alt+Shift+A"
},
"description": "Quick Capture (No Context)"
}
}
} ベストのCapture From Browser代替案
Capture From Browserに類似したFirefox add-onをいくつか紹介します:
Online Screenshot Capture
Yasir Qureshi
Capture This
Josh Berry
TabCapture
VR
WebScrapBook
Danny Lin
Full Page Screenshotter
Amarjit
Logseq Quick Capture
hkgnp
Highlight for firefox
Abhishek Pandey
Screen recorder
BDY
CaptureX
Ariya
Screen Recorder - Screenshot with URL
Diego.T
Screensync Screenshot App
nitro4real
Screenshot Editor Free New
honey6hughes