Edit Webpage

Edit any webpage and make websites editable

Qu'est-ce que Edit Webpage ?

Edit Webpage est une extension Chrome développée par centpage.com, et sa fonction principale est "Edit any webpage and make websites editable".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Edit Webpage 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 any webpage with this one-click extension.
Just click the icon on any website to start editing the contents on the website.

Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.                    

Informations de Base sur l'Extension

Nom Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
URL Officiel https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
Description Edit any webpage and make websites editable
Taille du Fichier 12.55 KB
Nombre d'Installations 4,799
Version Actuelle 1.1
Dernière Mise à Jour 2019-10-03
Date de Publication 2019-10-03
Évaluation 4.20/5 Total 10 Évaluations
Développeur centpage.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ritwick.com
URL de la Page de Politique de Confidentialité http://centpage.com/privacy-policy.php
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Edit Webpage"
    },
    "name": "Edit Webpage",
    "description": "Edit any webpage and make websites editable",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "1.1",
    "manifest_version": 2
}