Indent by Tab Key

Insert space indent on pushing tab key

Qu'est-ce que Indent by Tab Key ?

Indent by Tab Key est une extension Chrome développée par eduidl, et sa fonction principale est "Insert space indent on pushing tab key".

Télécharger le fichier CRX de l'extension Indent by Tab Key

Téléchargez les fichiers d'extension Indent by Tab Key au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Indent by Tab Key Indent by Tab Key
ID keokpaahghbmjbllhgoilmoihaapgjki
URL Officiel https://chrome.google.com/webstore/detail/indent-by-tab-key/keokpaahghbmjbllhgoilmoihaapgjki
Description Insert space indent on pushing tab key
Taille du Fichier 4.63 KB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-16
Date de Publication 2018-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur eduidl
Type de Paiement free
Langues Prises en Charge 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"
    }
}