TipTop
Easily find the leading products of each category in Amazon
TipTopとは何ですか?
TipTopはProfileWhizによって開発されたChromeの拡張機能で、その主な機能は「Easily find the leading products of each category in Amazon」です。
拡張機能のスクリーンショット
TipTop拡張機能のCRXファイルをダウンロード
TipTop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes Amazon shopping much easier by listing a product rank within the different categories and the top products within that category right where you need it.
拡張機能の基本情報
名前 | TipTop |
ID | figjcpfnefjodljlppbddicbeibdlmkj |
公式URL | https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj |
説明 | Easily find the leading products of each category in Amazon |
ファイルサイズ | 22.88 KB |
インストール数 | 35 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-03-24 |
公開日 | 2022-03-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | ProfileWhiz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TipTop", "description": "Easily find the leading products of each category in Amazon", "version": "0.0.3", "version_name": "0.0.3", "manifest_version": 3, "default_locale": "en", "minimum_chrome_version": "88", "permissions": [], "icons": { "128": "assets\/img\/tiptop-logo.jpeg" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |