Make It Editable

Make any web pages editable.

Qu'est-ce que Make It Editable ?

Make It Editable est une extension Chrome développée par Shogo Sensui, et sa fonction principale est "Make any web pages editable.".

Télécharger le fichier CRX de l'extension Make It Editable

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

                        This extension allows you to edit any web pages after clicking extension's icon. Changes you made are always temporary, but may helps occasionally.                    

Informations de Base sur l'Extension

Nom Make It Editable Make It Editable
ID oiafhlafheonogkmmdlgdlfhjjihjjeh
URL Officiel https://chrome.google.com/webstore/detail/make-it-editable/oiafhlafheonogkmmdlgdlfhjjihjjeh
Description Make any web pages editable.
Taille du Fichier 4.1 KB
Nombre d'Installations 95
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-11-02
Date de Publication 2015-11-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Shogo Sensui
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Editable",
    "version": "1.0.1",
    "description": "Make any web pages editable.",
    "permissions": [
        "*:\/\/*\/*",
        "background"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icon.png"
        }
    },
    "manifest_version": 2
}