Language Transliteration
Language Transliteration - Type in your own language
Cos'è Language Transliteration?
Language Transliteration è un'estensione di Chrome sviluppata da https://www.senthilprabu.in, e la sua funzione principale è "Language Transliteration - Type in your own language".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Language Transliteration
Scarica i file di estensione Language Transliteration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Language Transliteration |
ID | obepaikkjiicocdodlbpaacnnjjflnoc |
URL Ufficiale | https://chromewebstore.google.com/detail/language-transliteration/obepaikkjiicocdodlbpaacnnjjflnoc |
Descrizione | Language Transliteration - Type in your own language |
Dimensione del File | 77.77 KB |
Conteggio Installazioni | 1,046 |
Versione Corrente | 4.5 |
Ultimo Aggiornamento | 2019-03-07 |
Data di Pubblicazione | 2019-03-06 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://www.senthilprabu.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.senthilprabu.in/portfolio/language-transliteration/ |
Lingue Supportate | 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" } } |