Indent TextArea

Enables indent on textarea from context menu.

Co je Indent TextArea?

Indent TextArea je rozšíření Chrome vyvinuté civic, a jeho hlavní funkcí je „Enables indent on textarea from context menu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Indent TextArea

Stáhněte si soubory rozšíření Indent TextArea ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Enables indent on textarea from context menu.

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

Základní Informace o Rozšíření

Název Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
Oficiální URL https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
Popis Enables indent on textarea from context menu.
Velikost souboru 19.8 KB
Počet instalací 35
Aktuální Verze 1.0.2
Poslední Aktualizace 2018-10-25
Datum Vydání 2018-10-24
Vývojář civic
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}