Amazon.com Quick Search
With this extension you can easily and quickly search on amazon.com
什么是Amazon.com Quick Search?
Amazon.com Quick Search是由https://bixby.hu开发的Chrome扩展程序,该扩展的主要功能是“With this extension you can easily and quickly search on amazon.com”。
扩展截图
下载Amazon.com Quick Search扩展crx文件
下载Amazon.com Quick Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extension can search on Amazon.com ecommerce shop in a new chrome tab and help for faster access. The Amazon extension will open the Amazon search result page, when you click search button. The extension includes the popular Amazon links for example Today's Deals, Coupons, Gift Cards, Amazon live, Watchlist and Your Account.
扩展基本信息
名称 | Amazon.com Quick Search |
ID | mndedeicohpojglfkglmglmdkfmofmoi |
官方URL | https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi |
简介 | With this extension you can easily and quickly search on amazon.com |
文件大小 | 1.48 MB |
安装次数 | 59 |
当前版本 | 0.0.1 |
更新时间 | 2022-12-04 |
上架时间 | 2022-12-04 |
开发者 | https://bixby.hu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon.com Quick Search", "description": "With this extension you can easily and quickly search on amazon.com", "version": "0.0.1", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": { "default_title": "Amazon.com Quick Search", "default_popup": "popup\/popup.html" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/bixby.hu\/*" ] } ] } |