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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            }
        }
    }
}