ArabicTransliterator

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

什么是ArabicTransliterator?

ArabicTransliterator是由awillborn开发的Chrome扩展程序,该扩展的主要功能是“Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…”。

扩展截图

screenshot
screenshot

下载ArabicTransliterator扩展crx文件

下载ArabicTransliterator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"                    

扩展基本信息

名称 ArabicTransliterator ArabicTransliterator
ID gkdoafgmajedgojalmogmeelbgeffdpm
官方URL https://chrome.google.com/webstore/detail/arabictransliterator/gkdoafgmajedgojalmogmeelbgeffdpm
简介 Arabic Transliterator searches Google Scholar for multiple English transliterations of Arabic words given an input of one…
文件大小 23.19 KB
安装次数 64
当前版本 0.0.2
更新时间 2014-04-11
上架时间 2014-04-11
评分 5.00/5 共1次评分
开发者 awillborn
付费类型 free
支持的语言 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"
    }
}