Inspect and view changes in Edit Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Edit Button",
"description": "Show a button if the page you are viewing is editable.",
"version": "1.0.7",
"manifest_version": 3,
"action": {
"default_icon": "/assets/pen.png",
"default_title": "Edit this page"
},
"page_action": {
"default_icon": "/assets/pen.svg",
"default_title": "Edit this page"
},
"permissions": [
"tabs",
"activeTab",
"storage",
"webNavigation",
"scripting"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"options_page": "options.html",
"web_accessible_resources": [
{
"resources": [
"cross_origin_dialog.html",
"cross_origin_dialog.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"polyfill.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"app.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"cross_origin_dialog.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "edit-button@edit-button"
}
},
"commands": {
"open-edit-link": {
"suggested_key": {
"default": "Ctrl+E",
"mac": "Command+Shift+E"
},
"description": "Open edit link"
}
}
} 최고의 Edit Button 대안
다음은 Edit Button과(와) 유사한 Firefox add-on입니다:
Universal Edit Button
travis_wikihow
Local Page Editor
LAFL(4xU)R
URL Display Extension
Arista
Edit with Emacs
dakra
Page Edit
keller
Click Button By XPath
kilik
Web Edit
Ryan Luu
Editer
Vijay Samant
Edit Anything
Kellen
Text Content Editor
BarricadeBandit
Checkbox Checker
Debet
nd-btns
Théo