Web Editor

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

Web Editor क्या है?

Web Editor Vineeth TR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forget about all the Code chaos and Customize your website in a handy way"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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..                    

एक्सटेंशन की मूल जानकारी

नाम Web Editor Web Editor
ID pdmlhckofhkhebmcplblcijijgjiakcm
आधिकारिक URL https://chromewebstore.google.com/detail/web-editor/pdmlhckofhkhebmcplblcijijgjiakcm
विवरण Forget about all the Code chaos and Customize your website in a handy way
फ़ाइल का आकार 68.98 KB
स्थापना संख्या 10,241
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-09-17
प्रकाशन तिथि 2021-03-08
रेटिंग 4.38/5 कुल 24 रेटिंग्स
डेवलपर Vineeth TR
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vineethtrv.github.io/
सहायता पृष्ठ URL https://vineethtrv.github.io/
समर्थित भाषाएँ 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
}