Hack This Page

Hack This Page makes webpages editable!

Hack This Pageとは何ですか?

Hack This Pageはfatemarebanotunによって開発されたChromeの拡張機能で、その主な機能は「Hack This Page makes webpages editable!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        With 'Hack This Page', you can edit or 'Hack' any webpage like a text document!                    

拡張機能の基本情報

名前 Hack This Page Hack This Page
ID nbfegodimhenhkghjeppighcbpdinhdp
公式URL https://chromewebstore.google.com/detail/hack-this-page/nbfegodimhenhkghjeppighcbpdinhdp
説明 Hack This Page makes webpages editable!
ファイルサイズ 52.87 KB
インストール数 24,070
現在のバージョン 3.0
最終更新日 2021-03-20
公開日 2021-03-04
評価 4.14/5 合計 130 レビュー
開発者 fatemarebanotun
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/virejdasani/HackThisPage
ヘルプページのURL http://virej.ml/extensions
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack This Page",
    "description": "Hack This Page makes webpages editable!",
    "version": "3.0",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup.html"
    }
}