Taobao Search Translator
Lets you search in Taobao from English keywords
什麼是Taobao Search Translator?
Taobao Search Translator是由michael.reed001開發的Chrome擴展程式,該擴展的主要功能是“Lets you search in Taobao from English keywords”。
擴展截圖
下載Taobao Search Translator擴展crx文件
下載Taobao Search Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Want to buy things from China?  Not a native Chinese speaker?  You're in for a wild ride!
But not to fear, the Taobao Search Translator is a simple little chrome extension written to help you in searching for parts in common Chinese online market systems.
Searching for products using Taobao, Tmall, JingDong (JD) and/or 1688 (Alibaba) will require a lot of tricky translation of key terms.  The extension automates the process of translating a search term to Chinese, searching for the translated term in one of the three websites and then back translating it for you to verify.                     擴展基本資訊
| 名稱 |   |  
| ID | cbjgjgbnklbncggeioecjhbichhmocgl | 
| 官方網址 | https://chromewebstore.google.com/detail/taobao-search-translator/cbjgjgbnklbncggeioecjhbichhmocgl | 
| 簡介 | Lets you search in Taobao from English keywords | 
| 檔案大小 | 76.79 KB | 
| 安裝次數 | 1,465 | 
| 目前版本 | 0.4.6 | 
| 更新時間 | 2020-03-25 | 
| 上架時間 | 2020-03-24 | 
| 評分 | 5.00/5 共 2 次評分 | 
| 開發者 | michael.reed001 | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' \/\/translate.google.com",
    "name": "Taobao Search Translator",
    "description": "Lets you search in Taobao from English keywords",
    "version": "0.4.6",
    "permissions": [
        "http:\/\/api.fanyi.baidu.com\/",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "cart.png",
        "default_popup": "popup.html",
        "default_title": "Search Taobao"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens the popup"
        }
    }
}  |  |