Edit Any Page

Edit text of any webpage

什么是Edit Any Page?

Edit Any Page是由https://editanypage.com开发的Chrome扩展程序,该扩展的主要功能是“Edit text of any webpage”。

扩展截图

screenshot

下载Edit Any Page扩展crx文件

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

扩展使用说明

                        Edit copy of any webpage on your browser. 
A simple click on the extension will enable you to edit any copy on any webpage. 
You can always reload the page to go back to its original state.                    

扩展基本信息

名称 Edit Any Page Edit Any Page
ID ilbaaahcbkgcdjnigmmmlmoaodhmmcof
官方URL https://chromewebstore.google.com/detail/edit-any-page/ilbaaahcbkgcdjnigmmmlmoaodhmmcof
简介 Edit text of any webpage
文件大小 28.55 KB
安装次数 48
当前版本 4.0
更新时间 2023-03-31
上架时间 2022-12-06
开发者 https://editanypage.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.editanypage.com/
帮助页面URL https://www.editanypage.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Edit Any Page",
    "version": "4.0",
    "description": "Edit text of any webpage",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}