Edit

Edit any webpage locally.

Qu'est-ce que Edit ?

Edit est une extension Chrome développée par https://lethalware.co.uk, et sa fonction principale est "Edit any webpage locally.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

Informations de Base sur l'Extension

Nom Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
URL Officiel https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
Description Edit any webpage locally.
Taille du Fichier 3.63 KB
Nombre d'Installations 711
Version Actuelle 1.0
Dernière Mise à Jour 2013-12-26
Date de Publication 2013-12-26
Évaluation 4.38/5 Total 8 Évaluations
Développeur https://lethalware.co.uk
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}