Indent TextArea

Enables indent on textarea from context menu.

Qu'est-ce que Indent TextArea ?

Indent TextArea est une extension Chrome développée par civic, et sa fonction principale est "Enables indent on textarea from context menu.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Indent TextArea

Téléchargez les fichiers d'extension Indent TextArea 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

                        Enables indent on textarea from context menu.

1. select text on a textarea.
2. show cotext menu.
3. select "indent textarea" > "indent 4spaces"                    

Informations de Base sur l'Extension

Nom Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
URL Officiel https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
Description Enables indent on textarea from context menu.
Taille du Fichier 19.8 KB
Nombre d'Installations 35
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-10-25
Date de Publication 2018-10-24
Développeur civic
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    }
}