Web Editor

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

Web Editor là gì?

Web Editor là một tiện ích mở rộng Chrome được phát triển bởi Vineeth TR, và tính năng chính của nó là "Forget about all the Code chaos and Customize your website in a handy way".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Editor

Tải xuống các tệp mở rộng Web Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Editor Web Editor
ID pdmlhckofhkhebmcplblcijijgjiakcm
URL Chính Thức https://chromewebstore.google.com/detail/web-editor/pdmlhckofhkhebmcplblcijijgjiakcm
Mô tả Forget about all the Code chaos and Customize your website in a handy way
Kích Thước Tệp 68.98 KB
Số Lần Cài Đặt 10,241
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2023-09-17
Ngày Phát Hành 2021-03-08
Đánh Giá 4.38/5 Tổng số 24 Đánh Giá
Nhà Phát Triển Vineeth TR
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vineethtrv.github.io/
URL Trang Trợ Giúp https://vineethtrv.github.io/
Ngôn Ngữ Được Hỗ Trợ 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
}