HackBar

A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar

HackBarとは何ですか?

HackBarはfangtianshengによって開発されたChromeの拡張機能で、その主な機能は「A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar」です。

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

screenshot

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

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

拡張機能の使用方法

                        tools help developping anti-spider: requests analysis, Encryption, Encoding, Json response format, Uppercase and Lowercase convert, and so on.
update with new logo.                    

拡張機能の基本情報

名前 HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
公式URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
説明 A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
ファイルサイズ 117 KB
インストール数 3,000
現在のバージョン 1.0.3
最終更新日 2021-01-26
公開日 2021-01-15
評価 5.00/5 合計 4 レビュー
開発者 fangtiansheng
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/valuespider/Bar
ヘルプページのURL https://github.com/valuespider/Bar/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar",
    "devtools_page": "theme\/bar.html",
    "icons": {
        "48": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "HackBar",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "version": "1.0.3"
}