ChromeBot

Slash commands for Google Chrome. Supercharge your browsing experience

ChromeBot란 무엇입니까?

ChromeBot은(는) Tanay Kothari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Slash commands for Google Chrome. Supercharge your browsing experience"입니다.

확장 프로그램 스크린샷

screenshot

ChromeBot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Type /   to get started!

NOTE: We are actively building features! Have a dream feature you want? Shoot us a message and we'll let you know when it's added. 

Slash away <3

QUICK USAGE:
'/ extract github' extracts all github tabs to a new window. Shorthand: / e github

'/ squeeze' brings all tabs to your current window. Shorthand: / s

'/ ban youtube 120' bans youtube for 120 minutes. Shorthand: / b youtube

'/ merge featherx' merges all featherx tabs to the right of your window. Shorthand: / m featherx

'/ close reddit' closes all reddit tabs. Shorthand: / c reddit

'/ activate gmail' switches to gmail tab. Shorthand: / a gmail                    

확장 프로그램 기본 정보

이름 ChromeBot ChromeBot
ID ejdaeiahdnabjhceoobekpekohcileep
공식 URL https://chromewebstore.google.com/detail/chromebot/ejdaeiahdnabjhceoobekpekohcileep
설명 Slash commands for Google Chrome. Supercharge your browsing experience
파일 크기 78.61 KB
설치 횟수 545
현재 버전 1.2
최근 업데이트 2023-04-28
출시 날짜 2019-08-12
평점 5.00/5 총 5 개의 평점
개발자 Tanay Kothari
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tanay1998/ChromeBot
도움말 페이지 URL https://github.com/Tanay1998/ChromeBot
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeBot",
    "version": "1.2",
    "description": "Slash commands for Google Chrome. Supercharge your browsing experience",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "\/"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        },
        "default_title": "Chrome Bot"
    },
    "manifest_version": 2
}