ChromeBot

Slash commands for Google Chrome. Supercharge your browsing experience

Что такое ChromeBot?

ChromeBot - это расширение Chrome, разработанное Tanay Kothari, и его основная функция - "Slash commands for Google Chrome. Supercharge your browsing experience".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ChromeBot

Скачайте файлы расширений 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
Официальный 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
}