By: Andrei Petcu Add-on
Inspect and view changes in Toggle Document Design Mode (WebExtension) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Toggle Document Design Mode",
"description": "Press Shift+Alt+D to toggle document.designMode = 'on'/'off'. The logo is CC0 from here https://pixabay.com/en/pencil-pen-orange-red-eraser-190586/",
"homepage_url": "https://github.com/andreicristianpetcu/toggle-document-design-mode",
"author": "Andrei Petcu",
"version": "1.0.1resigned1",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"32": "images/icon32x32.png",
"64": "images/icon64x64.png"
},
"permissions": [
"activeTab"
],
"commands": {
"toggle-document-design-mode": {
"suggested_key": {
"default": "Alt+Shift+D"
},
"description": "Toggles document.designMode = 'on'/'off'"
}
},
"browser_action": {
"browser_style": true,
"default_icon": {
"32": "images/icon32x32.png",
"64": "images/icon64x64.png"
},
"default_title": "Shift+Alt+D to toggle document.designMode"
},
"applications": {
"gecko": {
"id": "{bb82f8a0-37a0-4609-b009-2cf4764e3ec5}"
}
},
"manifest_version": 2
} Best Toggle Document Design Mode (WebExtension) Alternatives
Here are some Firefox add-ons that are similar to Toggle Document Design Mode (WebExtension):
Design Mode - Page's Rich Text Editor
Brian
Page Edit
keller
Fox Design
Muhammad Tayyab Sheikh
designMode - Page Editor
Narveer Rathore
Toggle designMode
Sergio Rodriguez
Editer
Vijay Samant
Site Customizer
Andrew H.
Edit
edit
Page Text Editor
Raymond Hsu
Toggle Page Fonts
inthefold
Page Edit
Zetta561
Toggle Website Colors (Tab)
Manuel Reimer