Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

Qu'est-ce que Edit Anything ?

Edit Anything est une extension Chrome développée par Forrest Almasi, et sa fonction principale est "Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Edit Anything

Téléchargez les fichiers d'extension Edit Anything au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

Informations de Base sur l'Extension

Nom Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
URL Officiel https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
Description Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
Taille du Fichier 6.17 KB
Nombre d'Installations 54,658
Version Actuelle 0.2
Dernière Mise à Jour 2016-10-03
Date de Publication 2016-10-03
Évaluation 4.37/5 Total 49 Évaluations
Développeur Forrest Almasi
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}