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文件

下載ChromeBot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}