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
官方網址 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"
            ]
        }
    ]
}