Taobao Helper
Search Taobao items in browser directly
什麼是Taobao Helper?
Taobao Helper是由https://yolo.blue開發的Chrome擴展程式,該擴展的主要功能是“Search Taobao items in browser directly”。
擴展截圖
下載Taobao Helper擴展crx文件
下載Taobao Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Taobao Helper gives you quick access to Taobao, just click the extension's icon, input what you want to search, then click 'Search' or hit Enter key, you're all set. By the way, you can get coupons from Taobao and other providers along the way.
擴展基本資訊
名稱 | Taobao Helper |
ID | dmbbmaaonmjlmomcbcpeohnkbcgcefam |
官方網址 | https://chromewebstore.google.com/detail/taobao-helper/dmbbmaaonmjlmomcbcpeohnkbcgcefam |
簡介 | Search Taobao items in browser directly |
檔案大小 | 94.47 KB |
安裝次數 | 553 |
目前版本 | 0.3.6 |
更新時間 | 2023-09-14 |
上架時間 | 2020-06-19 |
評分 | 4.00/5 共 2 次評分 |
開發者 | https://yolo.blue |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://shopping.yolo.blue/ |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "version": "0.3.6", "description": "__MSG_ext_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "author": "Lei Wang", "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [], "short_name": "__MSG_ext_short_name__", "default_locale": "en" } |