EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

Qu'est-ce que EditAnyThing ?

EditAnyThing est une extension Chrome développée par Unknown, et sa fonction principale est "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EditAnyThing

Téléchargez les fichiers d'extension EditAnyThing 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

                                            

Informations de Base sur l'Extension

Nom EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
URL Officiel https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Description EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
Taille du Fichier 126 KB
Nombre d'Installations 93
Version Actuelle 0.1.2
Dernière Mise à Jour 2016-09-29
Date de Publication 2016-09-29
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}