Indent TextArea
Enables indent on textarea from context menu.
Indent TextArea क्या है?
Indent TextArea civic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables indent on textarea from context menu."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Indent TextArea एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |