ArabicTransliterator
Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…
What is ArabicTransliterator?
ArabicTransliterator is a Chrome extension developed by awillborn, and its main feature is "Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…".
Extension Screenshots
Download ArabicTransliterator Extension CRX File
Download ArabicTransliterator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | |
ID | gkdoafgmajedgojalmogmeelbgeffdpm |
Official URL | https://chrome.google.com/webstore/detail/arabictransliterator/gkdoafgmajedgojalmogmeelbgeffdpm |
Description | Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one… |
File Size | 23.19 KB |
Installation Count | 64 |
Current Version | 0.0.2 |
Last Updated | 2014-04-11 |
Publish Date | 2014-04-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | awillborn |
Payment Type | free |
Supported Languages | 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" } } |