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
电子邮箱 [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"
    }
}