Page Editor

A plugin that allows you to edit any webpage like a word doc

什么是Page Editor?

Page Editor是由Rohan Kapur开发的Chrome扩展程序,该扩展的主要功能是“A plugin that allows you to edit any webpage like a word doc”。

扩展截图

screenshot

下载Page Editor扩展crx文件

下载Page Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

扩展基本信息

名称 Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
官方URL https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
简介 A plugin that allows you to edit any webpage like a word doc
文件大小 9.85 KB
安装次数 39
当前版本 1.0.0
更新时间 2020-11-17
上架时间 2020-11-16
评分 2.00/5 共1次评分
开发者 Rohan Kapur
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}