Indent by Tab Key

Insert space indent on pushing tab key

Cos'è Indent by Tab Key?

Indent by Tab Key è un'estensione di Chrome sviluppata da eduidl, e la sua funzione principale è "Insert space indent on pushing tab key".

Scarica il file CRX dell'estensione Indent by Tab Key

Scarica i file di estensione Indent by Tab Key in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Indent by Tab Key Indent by Tab Key
ID keokpaahghbmjbllhgoilmoihaapgjki
URL Ufficiale https://chrome.google.com/webstore/detail/indent-by-tab-key/keokpaahghbmjbllhgoilmoihaapgjki
Descrizione Insert space indent on pushing tab key
Dimensione del File 4.63 KB
Conteggio Installazioni 45
Versione Corrente 1.0
Ultimo Aggiornamento 2018-02-16
Data di Pubblicazione 2018-02-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore eduidl
Tipo di Pagamento free
Lingue Supportate 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"
    }
}