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 |
官方URL | 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" } |