Edit in Zed
Adds edit in Zed buttons to textareas
Co je Edit in Zed?
Edit in Zed je rozšíření Chrome vyvinuté Zef Hemel, a jeho hlavní funkcí je „Adds edit in Zed buttons to textareas“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Edit in Zed
Stáhněte si soubory rozšíření Edit in Zed 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í
This Chrome extensions scans all websites for textareas and contenteditables and adds a little Zed icon to it. When you click it (and you have Zed Chrome App installed -- http://zedapp.org), Zed will pop up to edit the contents of the text area and update it automatically. New in 0.1.3: Gmail compose edit boxes are now also supported.
Základní Informace o Rozšíření
Název | Edit in Zed |
ID | dpkaficlkfnjemlheobmkabnnoafeepg |
Oficiální URL | https://chromewebstore.google.com/detail/edit-in-zed/dpkaficlkfnjemlheobmkabnnoafeepg |
Popis | Adds edit in Zed buttons to textareas |
Velikost souboru | 94.42 KB |
Počet instalací | 324 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2014-05-15 |
Datum Vydání | 2014-05-15 |
Hodnocení | 4.80/5 Celkem 10 Hodnocení |
Vývojář | Zef Hemel |
Typ Platby | free |
Webové stránky Rozšíření | http://zedapp.org |
URL Stránky Nápovědy | https://github.com/zedapp/edit-in-zed/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit in Zed", "description": "Adds edit in Zed buttons to textareas", "version": "0.1.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "add-buttons.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "Icon.png", "16": "Icon16.png", "48": "Icon48.png" } } |