Design Mode: Edit any webpage
Edit the text on any website!
Co je Design Mode: Edit any webpage?
Design Mode: Edit any webpage je rozšíření Chrome vyvinuté PomPom, a jeho hlavní funkcí je „Edit the text on any website!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Design Mode: Edit any webpage
Stáhněte si soubory rozšíření Design Mode: Edit any webpage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Welcome to Design Mode! Tutorial Click the extension to turn edit mode on or off The clear button will clear and reload the page Drag images around to move them Right click on any page to quickly edit anything Keyboard Shortcuts: Ctrl + B Ctrl + I Ctrl + U Ctrl + X Ctrl + Z And more... Help If you find any bugs or need help go here https://forms.gle/nJahJziDYQWfpb5j9 Changelog 2.0.0 Added a full UI Added saving Added clear button Quickly edit by right clicking on any page Image dragging note 1.2.0 Added saving (coming soon) Added keyboard shortcuts section 1.0.0 Released!
Základní Informace o Rozšíření
Název | Design Mode: Edit any webpage |
ID | fgmjppcglpnaigphlkjioilhjpebhlla |
Oficiální URL | https://chromewebstore.google.com/detail/design-mode-edit-any-webp/fgmjppcglpnaigphlkjioilhjpebhlla |
Popis | Edit the text on any website! |
Velikost souboru | 90.97 KB |
Počet instalací | 37 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2021-08-09 |
Datum Vydání | 2021-04-15 |
Vývojář | PomPom |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://forms.gle/nJahJziDYQWfpb5j9 |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png", "default_title": "Design Mode" }, "name": "Design Mode: Edit any webpage", "short_name": "Design Mode", "description": "Edit the text on any website!", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ " |