Edit in Zed

Adds edit in Zed buttons to textareas

Wat is Edit in Zed?

Edit in Zed is een Chrome-extensie ontwikkeld door Zef Hemel, en de belangrijkste functie is "Adds edit in Zed buttons to textareas".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Edit in Zed

Download Edit in Zed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Edit in Zed Edit in Zed
ID dpkaficlkfnjemlheobmkabnnoafeepg
Officiële URL https://chromewebstore.google.com/detail/edit-in-zed/dpkaficlkfnjemlheobmkabnnoafeepg
Beschrijving Adds edit in Zed buttons to textareas
Bestandsgrootte 94.42 KB
Aantal Installaties 324
Huidige Versie 0.1.3
Laatst Bijgewerkt 2014-05-15
Publicatiedatum 2014-05-15
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar Zef Hemel
Betalingswijze free
Extensiewebsite http://zedapp.org
Help Pagina-URL https://github.com/zedapp/edit-in-zed/issues
Ondersteunde Talen 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"
    }
}