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 |
电子邮箱 | [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" ] } ] } |