Indent TextArea

Enables indent on textarea from context menu.

Indent TextAreaคืออะไร?

Indent TextArea เป็นส่วนขยายของ Chrome ที่พัฒนาโดย civic และคุณลักษณะหลักของมันคือ "Enables indent on textarea from context menu."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Indent TextArea

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}