Indent TextArea

Enables indent on textarea from context menu.

What is Indent TextArea?

Indent TextArea is a Chrome extension developed by civic, and its main feature is "Enables indent on textarea from context menu.".

Extension Screenshots

screenshot

Download Indent TextArea Extension CRX File

Download Indent TextArea extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enables indent on textarea from context menu.

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

Extension Basic Information

Name Indent TextArea Indent TextArea
ID lmndolppbniefhhpabjjmepcgfcibhie
Official URL https://chromewebstore.google.com/detail/indent-textarea/lmndolppbniefhhpabjjmepcgfcibhie
Description Enables indent on textarea from context menu.
File Size 19.8 KB
Installation Count 35
Current Version 1.0.2
Last Updated 2018-10-25
Publish Date 2018-10-24
Developer civic
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}