Language Transliteration
Language Transliteration - Type in your own language
Language Transliteration क्या है?
Language Transliteration https://www.senthilprabu.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Language Transliteration - Type in your own language"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Language Transliteration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use keyboard shortcut for the Language Transliteration Hot Key (Alt+L) - Select your language in the dropdown. - Start typing in English in the given textbox. - Press SPACE Key to transliterate the typed word. - If you want to type any English word use the shortcut key Ctrl+G. - Using Ctrl+G again will toggle the transliteration again. - Press the COPY button to copy the text into your clipboard. - More languages will be added based on the requests.
एक्सटेंशन की मूल जानकारी
नाम | Language Transliteration |
ID | obepaikkjiicocdodlbpaacnnjjflnoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/language-transliteration/obepaikkjiicocdodlbpaacnnjjflnoc |
विवरण | Language Transliteration - Type in your own language |
फ़ाइल का आकार | 77.77 KB |
स्थापना संख्या | 1,046 |
वर्तमान संस्करण | 4.5 |
अंतिम अपडेट | 2019-03-07 |
प्रकाशन तिथि | 2019-03-06 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.senthilprabu.in |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.senthilprabu.in/portfolio/language-transliteration/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Language Transliteration", "description": "Language Transliteration - Type in your own language", "version": "4.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "icons": { "48": "icons\/transliteration.png" }, "browser_action": { "default_icon": "icons\/transliteration.png", "default_title": "Language Transliteration - Type in your own language", "default_popup": "popup\/transliteration.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+L" }, "description": "Language Transliteration - Type in your own language" } }, "options_ui": { "page": "options\/options.html" } } |