Indent TextArea

Enables indent on textarea from context menu.

Wat is Indent TextArea?

Indent TextArea is een Chrome-extensie ontwikkeld door civic, en de belangrijkste functie is "Enables indent on textarea from context menu.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Indent TextArea

Download Indent TextArea-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enables indent on textarea from context menu.

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

Basisinformatie over de Extensie

Naam Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
Officiële URL https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
Beschrijving Enables indent on textarea from context menu.
Bestandsgrootte 19.8 KB
Aantal Installaties 35
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-10-25
Publicatiedatum 2018-10-24
Ontwikkelaar civic
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}