Web Editor

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

ما هو Web Editor؟

Web Editor هو إضافة Chrome تم تطويرها بواسطة Vineeth TR، والميزة الرئيسية لها هي "Forget about all the Code chaos and Customize your website in a handy way".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Web Editor

قم بتنزيل ملفات الامتداد Web Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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
}