ArabicTransliterator

Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…

Qu'est-ce que ArabicTransliterator ?

ArabicTransliterator est une extension Chrome développée par awillborn, et sa fonction principale est "Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ArabicTransliterator

Téléchargez les fichiers d'extension ArabicTransliterator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom ArabicTransliterator ArabicTransliterator
ID gkdoafgmajedgojalmogmeelbgeffdpm
URL Officiel 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…
Taille du Fichier 23.19 KB
Nombre d'Installations 64
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-04-11
Date de Publication 2014-04-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur awillborn
Type de Paiement free
Langues Prises en Charge 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"
    }
}