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
官方URL 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
}