Edit in Zed
Adds edit in Zed buttons to textareas
Vad är Edit in Zed?
Edit in Zed är en Chrome-tillägg utvecklad av Zef Hemel, och dess huvudfunktion är "Adds edit in Zed buttons to textareas".
Tilläggsskärmbilder
Ladda ner Edit in Zed-förlängningens CRX-fil
Ladda ner Edit in Zed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Edit in Zed |
ID | dpkaficlkfnjemlheobmkabnnoafeepg |
Officiell webbadress | https://chromewebstore.google.com/detail/edit-in-zed/dpkaficlkfnjemlheobmkabnnoafeepg |
Beskrivning | Adds edit in Zed buttons to textareas |
Filstorlek | 94.42 KB |
Antal Installationer | 324 |
Aktuell Version | 0.1.3 |
Senast Uppdaterad | 2014-05-15 |
Publiceringsdatum | 2014-05-15 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | Zef Hemel |
Betalningssätt | free |
Tilläggswebbplats | http://zedapp.org |
Hjälpsida URL | https://github.com/zedapp/edit-in-zed/issues |
Stödda Språk | 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" } } |