Indent TextArea

Enables indent on textarea from context menu.

Co to jest Indent TextArea?

Indent TextArea to rozszerzenie Chrome opracowane przez civic, a jego główną funkcją jest „Enables indent on textarea from context menu.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Indent TextArea

Pobierz pliki rozszerzeń Indent TextArea w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Enables indent on textarea from context menu.

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

Podstawowe informacje o rozszerzeniu

Nazwa Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
Oficjalny URL https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
Opis Enables indent on textarea from context menu.
Rozmiar pliku 19.8 KB
Liczba instalacji 35
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-10-25
Data Publikacji 2018-10-24
Deweloper civic
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}