Taobao Search Translator

Lets you search in Taobao from English keywords

Taobao Search Translatorคืออะไร?

Taobao Search Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michael.reed001 และคุณลักษณะหลักของมันคือ "Lets you search in Taobao from English keywords"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taobao Search Translator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}