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
Eメール [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"
            ]
        }
    ]
}