Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

Page Text Editorとは何ですか?

Page Text EditorはBrandon Fowlerによって開発されたChromeの拡張機能で、その主な機能は「An editor to edit any webpage inline and live. Reload page to remove changes.」です。

拡張機能のスクリーンショット

screenshot

Page Text Editor拡張機能のCRXファイルをダウンロード

Page Text Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

拡張機能の基本情報

名前 Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
公式URL https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
説明 An editor to edit any webpage inline and live. Reload page to remove changes.
ファイルサイズ 6.19 KB
インストール数 1,347
現在のバージョン 2.0.0
最終更新日 2023-01-03
公開日 2019-06-16
評価 5.00/5 合計 2 レビュー
開発者 Brandon Fowler
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}