Indent by Tab Key

Insert space indent on pushing tab key

O que é Indent by Tab Key?

Indent by Tab Key é uma extensão do Chrome desenvolvida por eduidl, e sua principal característica é "Insert space indent on pushing tab key".

Baixar o arquivo CRX da Extensão Indent by Tab Key

Baixe arquivos de extensão Indent by Tab Key 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

                        Tabでインデントの挿入およびShift + Tabでインデントの削除が行えるようにするChrome拡張です。
現在、GitHubとQiitaでのみ動きます。                    

Informações Básicas da Extensão

Nome Indent by Tab Key Indent by Tab Key
ID keokpaahghbmjbllhgoilmoihaapgjki
URL Oficial https://chrome.google.com/webstore/detail/indent-by-tab-key/keokpaahghbmjbllhgoilmoihaapgjki
Descrição Insert space indent on pushing tab key
Tamanho do Arquivo 4.63 KB
Contagem de Instalações 45
Versão Atual 1.0
Última Atualização 2018-02-16
Data de Publicação 2018-02-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor eduidl
Tipo de Pagamento free
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Indent by Tab Key",
    "description": "Insert space indent on pushing tab key",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/qiita.com\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Indent by Tab Key"
    }
}