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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    }
}