Design Mode
Toggle the ability to temporarily edit content directly in a website.
Co je Design Mode?
Design Mode je rozšíření Chrome vyvinuté madeco, a jeho hlavní funkcí je „Toggle the ability to temporarily edit content directly in a website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Design Mode
Stáhněte si soubory rozšíření Design Mode 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í
Click the pen icon to change text in a website. Click again to turn it off :) Try out new/alternative content by manipulating text directly in a website, without having to go through a build-tool or CMS. With Design Mode you can manipulate all text on a website including headers and links. A page refresh brings the old content right back.
Základní Informace o Rozšíření
Název | |
ID | cfikhhompgapfkmjdhlofhjgkikcckac |
Oficiální URL | https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac |
Popis | Toggle the ability to temporarily edit content directly in a website. |
Velikost souboru | 17.15 KB |
Počet instalací | 646 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2018-11-14 |
Datum Vydání | 2018-11-14 |
Hodnocení | 5.00/5 Celkem 8 Hodnocení |
Vývojář | madeco |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "0.3", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "designmode.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle design mode", "default_icon": "design-mode.png" }, "icons": { "48": "design-mode-active.png", "128": "design-mode128.png" }, "manifest_version": 2 } |