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
官方網址 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
電子郵箱 [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"
    }
}