Web Editor

Forget about all the Code chaos and Customize your website in a handy way

Qu'est-ce que Web Editor ?

Web Editor est une extension Chrome développée par Vineeth TR, et sa fonction principale est "Forget about all the Code chaos and Customize your website in a handy way".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Web Editor

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

                        Customize your website, Create your designs.
Forget about all the chaos and design your website with your imaginations, in a handy way.

The web editor is the tool that provides you with an enhanced way to inspect any website elements, alter their properties, insert contents, design, and visualize the way you want to see them. You don’t need to hold a bunch of technical knowledge. Instead, this tool will do the job for you..                    

Informations de Base sur l'Extension

Nom Web Editor Web Editor
ID pdmlhckofhkhebmcplblcijijgjiakcm
URL Officiel https://chromewebstore.google.com/detail/web-editor/pdmlhckofhkhebmcplblcijijgjiakcm
Description Forget about all the Code chaos and Customize your website in a handy way
Taille du Fichier 68.98 KB
Nombre d'Installations 10,241
Version Actuelle 1.0.9
Dernière Mise à Jour 2023-09-17
Date de Publication 2021-03-08
Évaluation 4.38/5 Total 24 Évaluations
Développeur Vineeth TR
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vineethtrv.github.io/
URL de la Page d'Aide https://vineethtrv.github.io/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Editor",
    "version": "1.0.9",
    "description": "Forget about all the Code chaos and Customize your website in a handy way",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "webeditor.js"
            ],
            "css": [
                "webeditor.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/webeditor16.png",
            "32": "images\/webeditor32.png",
            "48": "images\/webeditor48.png",
            "128": "images\/webeditor128.png"
        }
    },
    "icons": {
        "16": "images\/webeditor16.png",
        "32": "images\/webeditor32.png",
        "48": "images\/webeditor48.png",
        "128": "images\/webeditor128.png"
    },
    "manifest_version": 3
}