Breakbot

Quickly add disruptive unicode, naughty strings, and more to your clipboard.

Breakbotとは何ですか?

Breakbotはhttps://jacksbrain.comによって開発されたChromeの拡張機能で、その主な機能は「Quickly add disruptive unicode, naughty strings, and more to your clipboard.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Save yourself from googling for RTL characters, Zalgo, general unicode naughtiness, the EICAR string, and more - Breakbot makes them available for quick copying to the clipboard. With a fast search and one-click copy, fuzzing and pen testing is just a little bit easier (and no more copy-paste-type-paste-type to check if you got that RTL character copied correctly!)

Just search and click the one you want to copy, or strike enter to copy to top result. Launch the popup with +B.

Add your own strings at https://github.com/jkingsman/Breakbot.                    

拡張機能の基本情報

名前 Breakbot Breakbot
ID paljnfjjeclclieknpdeljeilmmoheog
公式URL https://chromewebstore.google.com/detail/breakbot/paljnfjjeclclieknpdeljeilmmoheog
説明 Quickly add disruptive unicode, naughty strings, and more to your clipboard.
ファイルサイズ 141 KB
インストール数 386
現在のバージョン 1.4.1
最終更新日 2023-12-10
公開日 2016-03-14
評価 3.80/5 合計 5 レビュー
開発者 https://jacksbrain.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/jkingsman/Breakbot
ヘルプページのURL https://github.com/jkingsman/Breakbot/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Breakbot",
    "short_name": "Breakbot",
    "version": "1.4.1",
    "description": "Quickly add disruptive unicode, naughty strings, and more to your clipboard.",
    "author": "Jack Kingsman ",
    "homepage_url": "https:\/\/github.com\/jkingsman\/Breakbot",
    "browser_action": {
        "default_title": "NaughtyBot",
        "default_icon": {
            "19": "img\/breakbot-19.png",
            "38": "img\/breakbot-38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "icons": {
        "16": "img\/breakbot-16.png",
        "48": "img\/breakbot-48.png",
        "128": "img\/breakbot-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+B"
            }
        }
    }
}