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