Toggle Design Mode
Toggle document.designMode
What is Toggle Design Mode?
Toggle Design Mode is a Chrome extension developed by nabeen, and its main feature is "Toggle document.designMode".
Extension Screenshots
Download Toggle Design Mode Extension CRX File
Download Toggle Design Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
toggle document.designMode with context menu
Extension Basic Information
Name | Toggle Design Mode |
ID | pngplamaphggnfkfdkjgkogglgplagac |
Official URL | https://chromewebstore.google.com/detail/toggle-design-mode/pngplamaphggnfkfdkjgkogglgplagac |
Description | Toggle document.designMode |
File Size | 9.43 KB |
Installation Count | 109 |
Current Version | 0.0.1 |
Last Updated | 2020-09-01 |
Publish Date | 2020-08-31 |
Developer | nabeen |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Design Mode", "version": "0.0.1", "description": "Toggle document.designMode", "icons": { "16": "icons\/edit-button.png", "48": "icons\/edit-button.png", "128": "icons\/edit-button.png" }, "background": { "scripts": [ "src\/event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |