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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } } |