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 |
Eメール | [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" } |