Indent TextArea

Enables indent on textarea from context menu.

Indent TextArea란 무엇입니까?

Indent TextArea은(는) civic에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables indent on textarea from context menu."입니다.

확장 프로그램 스크린샷

screenshot

Indent TextArea 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enables indent on textarea from context menu.

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

확장 프로그램 기본 정보

이름 Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
공식 URL https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
설명 Enables indent on textarea from context menu.
파일 크기 19.8 KB
설치 횟수 35
현재 버전 1.0.2
최근 업데이트 2018-10-25
출시 날짜 2018-10-24
개발자 civic
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}