Page Edit

Make any webpage into a content editable document and modify it via toolbar popup!

什麼是Page Edit?

Page Edit是由Keller開發的Chrome擴展程式,該擴展的主要功能是“Make any webpage into a content editable document and modify it via toolbar popup!”。

擴展截圖

screenshot

下載Page Edit擴展crx文件

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

擴展使用說明

                        Page Edit is an extension that let you make changes to any HTML webpage.

To work with this add-on, simply open the toolbar popup UI and then click on the big toggle button on the left side. Once the add-on is active, the icon turns to blue color. A - Design Mode - banner will also be shown in the current tab at the top left corner. Now, the document is ready for editing; make desired changes with the text editing buttons available in the toolbar popup UI. Once your edits are completed, click on the toggle button again to turn off the add-on.

Note: to work with text editing tools in the toolbar popup UI, please first select a text and then click on the desired button in the popup.

If you found a bug to report, or have a feature request in mind, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/page-edit.html).                    

擴展基本資訊

名稱 Page Edit Page Edit
ID clfiicjcpkcccglblehapeiipibnaenl
官方網址 https://chromewebstore.google.com/detail/page-edit/clfiicjcpkcccglblehapeiipibnaenl
簡介 Make any webpage into a content editable document and modify it via toolbar popup!
檔案大小 229 KB
安裝次數 23,099
目前版本 0.1.6
更新時間 2024-01-09
上架時間 2019-11-27
評分 4.71/5 共 31 次評分
開發者 Keller
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/page-edit.html
說明頁面URL https://mybrowseraddon.com/page-edit.html
隱私政策頁面URL https://mybrowseraddon.com/privacy-policy/keller.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "name": "Page Edit",
    "manifest_version": 3,
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/page-edit.html",
    "description": "Make any webpage into a content editable document and modify it via toolbar popup!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_title": "Page Edit",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}