Web Editor

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

什麼是Web Editor?

Web Editor是由Vineeth TR開發的Chrome擴展程式,該擴展的主要功能是“Forget about all the Code chaos and Customize your website in a handy way”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Web Editor擴展crx文件

下載Web Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}