ArabicTransliterator
Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…
Co je ArabicTransliterator?
ArabicTransliterator je rozšíření Chrome vyvinuté awillborn, a jeho hlavní funkcí je „Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ArabicTransliterator
Stáhněte si soubory rozšíření ArabicTransliterator 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í
Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one transliterated search query. For example, searching "sayyid qutb" will open a new tab in Chrome and generate the following search query in Google Scholar: "sayyid qutb OR sayyid qotb OR sayid qutb OR sayid qotb"
Základní Informace o Rozšíření
Název | |
ID | gkdoafgmajedgojalmogmeelbgeffdpm |
Oficiální URL | https://chrome.google.com/webstore/detail/arabictransliterator/gkdoafgmajedgojalmogmeelbgeffdpm |
Popis | Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one… |
Velikost souboru | 23.19 KB |
Počet instalací | 64 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2014-04-11 |
Datum Vydání | 2014-04-11 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | awillborn |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArabicTransliterator", "version": "0.0.2", "manifest_version": 2, "browser_action": { "default_title": "Arabic Transliterator", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "16": "Saad16.jpg", "48": "Saad48.jpg", "128": "Saad128.jpg" } } |