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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Taobao Search Translator Taobao Search Translator
ID cbjgjgbnklbncggeioecjhbichhmocgl
公式URL 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"
        }
    }
}