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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}