KeyMaster for සිංහල, தமிழ், English
Offline language input assistant and translator for Sinhala, Tamil & English - Developed by Deshan Nawanjana
KeyMaster for සිංහල, தமிழ், English क्या है?
KeyMaster for සිංහල, தமிழ், English https://dnjs.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Offline language input assistant and translator for Sinhala, Tamil & English - Developed by Deshan Nawanjana"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KeyMaster for සිංහල, தமிழ், English एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
KeyMaster is an offline language input assistant and translator for Sinhala, Tamil & English. This extension is included following features : 1. Trilingual Suggestions 2. Trilingual Translations 3. Singlish to Unicode 4. Tanglish to Unicode 5. Sinhala Unicode IME You can turn on the extension after installing and select the language you want to type. Start typing in any web page to show you the suggestion list and their translations.
एक्सटेंशन की मूल जानकारी
नाम | KeyMaster for සිංහල, தமிழ், English |
ID | kpaollmickdnfcoppkagkpikaodpcmpa |
आधिकारिक URL | https://chromewebstore.google.com/detail/keymaster-for-%E0%B7%83%E0%B7%92%E0%B6%82%E0%B7%84%E0%B6%BD-%E0%AE%A4%E0%AE%AE%E0%AE%BF%E0%AE%B4%E0%AF%8D/kpaollmickdnfcoppkagkpikaodpcmpa |
विवरण | Offline language input assistant and translator for Sinhala, Tamil & English - Developed by Deshan Nawanjana |
फ़ाइल का आकार | 5.95 MB |
स्थापना संख्या | 106 |
वर्तमान संस्करण | 1.0.22 |
अंतिम अपडेट | 2022-07-31 |
प्रकाशन तिथि | 2022-07-30 |
डेवलपर | https://dnjs.info |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeyMaster for \u0dc3\u0dd2\u0d82\u0dc4\u0dbd, \u0ba4\u0bae\u0bbf\u0bb4\u0bcd, English", "description": "Offline language input assistant and translator for Sinhala, Tamil & English - Developed by Deshan Nawanjana", "version": "1.0.22", "icons": { "16": "assets\/icons\/logo_16.png", "48": "assets\/icons\/logo_48.png", "128": "assets\/icons\/logo_128.png" }, "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "views\/popup.html" }, "content_scripts": [ { "css": [ "assets\/fonts\/inter_regular.css", "foreground.css" ], "js": [ "data\/converters\/sin-uni.js", "data\/converters\/tan-uni.js", "data\/converters\/si-ime.js", "scripts\/helpers\/input.js", "scripts\/helpers\/caret.js", "scripts\/filter.js", "scripts\/translator.js", "scripts\/widget.js", "foreground.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ] } |