Indent TextArea

Enables indent on textarea from context menu.

Cos'è Indent TextArea?

Indent TextArea è un'estensione di Chrome sviluppata da civic, e la sua funzione principale è "Enables indent on textarea from context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Indent TextArea

Scarica i file di estensione Indent TextArea 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

                        Enables indent on textarea from context menu.

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

Informazioni di Base sull'Estensione

Nome Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
URL Ufficiale https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
Descrizione Enables indent on textarea from context menu.
Dimensione del File 19.8 KB
Conteggio Installazioni 35
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-10-25
Data di Pubblicazione 2018-10-24
Sviluppatore civic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}