Edit
Edit any webpage locally.
Co je Edit?
Edit je rozšíření Chrome vyvinuté https://lethalware.co.uk, a jeho hlavní funkcí je „Edit any webpage locally.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Edit
Stáhněte si soubory rozšíření Edit 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í
Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page. Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.
Základní Informace o Rozšíření
Název | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
Oficiální URL | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
Popis | Edit any webpage locally. |
Velikost souboru | 3.63 KB |
Počet instalací | 711 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-12-26 |
Datum Vydání | 2013-12-26 |
Hodnocení | 4.38/5 Celkem 8 Hodnocení |
Vývojář | https://lethalware.co.uk |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit", "description": "Edit any webpage locally.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" } } |