Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

什麼是Page Text Editor?

Page Text Editor是由Brandon Fowler開發的Chrome擴展程式,該擴展的主要功能是“An editor to edit any webpage inline and live. Reload page to remove changes.”。

擴展截圖

screenshot

下載Page Text Editor擴展crx文件

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

擴展使用說明

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

擴展基本資訊

名稱 Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
官方網址 https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
簡介 An editor to edit any webpage inline and live. Reload page to remove changes.
檔案大小 6.19 KB
安裝次數 1,347
目前版本 2.0.0
更新時間 2023-01-03
上架時間 2019-06-16
評分 5.00/5 共 2 次評分
開發者 Brandon Fowler
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}