Web Page Editor

Make any webpage into a content document that you can modify from the toolbar!

什麼是Web Page Editor?

Web Page Editor是由christianhilton64開發的Chrome擴展程式,該擴展的主要功能是“Make any webpage into a content document that you can modify from the toolbar!”。

擴展截圖

screenshot

下載Web Page Editor擴展crx文件

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

擴展使用說明

                        The "Web Page Editor" is an add-on that allows you to modify any HTML page.

To utilize this add-on, go to the toolbar popup UI and click on the big toggle button at the left side. The icon changes to blue color when the add-on is turned on. A - Design Mode - notification will appear in the current tab at the top left corner after you've activated the add-on. Now that your document is ready for editing, make any necessary modifications using text editing buttons accessible in the toolbar pop-up UI. After you're finished making changes, turn off the add-on by clicking on it again.

To utilize text-editing tools in the toolbar popup UI, first choose a text and then click on a desired button inside the pop-up.                    

擴展基本資訊

名稱 Web Page Editor Web Page Editor
ID hjcnckphjmabkomchilpckgebkodebjj
官方網址 https://chrome.google.com/webstore/detail/web-page-editor/hjcnckphjmabkomchilpckgebkodebjj
簡介 Make any webpage into a content document that you can modify from the toolbar!
檔案大小 228 KB
安裝次數 101
目前版本 0.1
更新時間 2022-05-20
上架時間 2022-05-20
評分 4.98/5 共 44 次評分
開發者 christianhilton64
電子郵箱 [email protected]
付費類型 free
擴展官網 https://worldaddons.com/web-page-editor/
說明頁面URL https://worldaddons.com/contact/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "Web Page Editor",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "web-page-editor",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/web-page-editor\/",
    "description": "Make any webpage into a content document that you can modify from the toolbar!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Web Page Editor",
        "default_popup": "resource\/popup\/popup.html",
        "default_icon": {
            "16": "resource\/icons\/16.png",
            "32": "resource\/icons\/32.png",
            "48": "resource\/icons\/48.png",
            "64": "resource\/icons\/64.png"
        }
    },
    "icons": {
        "16": "resource\/icons\/16.png",
        "32": "resource\/icons\/32.png",
        "48": "resource\/icons\/48.png",
        "64": "resource\/icons\/64.png",
        "128": "resource\/icons\/128.png"
    }
}