ChromeBot

Slash commands for Google Chrome. Supercharge your browsing experience

O que é ChromeBot?

ChromeBot é uma extensão do Chrome desenvolvida por Tanay Kothari, e sua principal característica é "Slash commands for Google Chrome. Supercharge your browsing experience".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChromeBot

Baixe arquivos de extensão ChromeBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChromeBot ChromeBot
ID ejdaeiahdnabjhceoobekpekohcileep
URL Oficial https://chromewebstore.google.com/detail/chromebot/ejdaeiahdnabjhceoobekpekohcileep
Descrição Slash commands for Google Chrome. Supercharge your browsing experience
Tamanho do Arquivo 78.61 KB
Contagem de Instalações 545
Versão Atual 1.2
Última Atualização 2023-04-28
Data de Publicação 2019-08-12
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Tanay Kothari
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Tanay1998/ChromeBot
URL da Página de Ajuda https://github.com/Tanay1998/ChromeBot
Idiomas Suportados 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
}