Pagedit - Edit the text of a webpage

Extension that enable the edition of text on a webpage for content writers / developers.

什么是Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage是由http://julien.how开发的Chrome扩展程序,该扩展的主要功能是“Extension that enable the edition of text on a webpage for content writers / developers.”。

扩展截图

screenshot
screenshot

下载Pagedit - Edit the text of a webpage扩展crx文件

下载Pagedit - Edit the text of a webpage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.                    

扩展基本信息

名称 Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
官方URL https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
简介 Extension that enable the edition of text on a webpage for content writers / developers.
文件大小 54.99 KB
安装次数 39
当前版本 1.0.0
更新时间 2019-10-06
上架时间 2019-10-05
开发者 http://julien.how
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pagedit - Edit the text of a webpage",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.",
    "homepage_url": "https:\/\/julien.how",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Start editing the page's text"
    },
    "permissions": [
        "activeTab",
        "debugger",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/pagedit.js"
            ]
        }
    ]
}