Language Transliteration
Language Transliteration - Type in your own language
Co je Language Transliteration?
Language Transliteration je rozšíření Chrome vyvinuté https://www.senthilprabu.in, a jeho hlavní funkcí je „Language Transliteration - Type in your own language“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Language Transliteration
Stáhněte si soubory rozšíření Language Transliteration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Language Transliteration |
ID | obepaikkjiicocdodlbpaacnnjjflnoc |
Oficiální URL | https://chromewebstore.google.com/detail/language-transliteration/obepaikkjiicocdodlbpaacnnjjflnoc |
Popis | Language Transliteration - Type in your own language |
Velikost souboru | 77.77 KB |
Počet instalací | 1,046 |
Aktuální Verze | 4.5 |
Poslední Aktualizace | 2019-03-07 |
Datum Vydání | 2019-03-06 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | https://www.senthilprabu.in |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.senthilprabu.in/portfolio/language-transliteration/ |
Podporované Jazyky | 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" } } |