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ファイルをダウンロード

Indent TextArea拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}