Merch Search
Quickly Search Amazon Merch Listings
什么是Merch Search?
Merch Search是由Rick开发的Chrome扩展程序,该扩展的主要功能是“Quickly Search Amazon Merch Listings”。
扩展截图
下载Merch Search扩展crx文件
下载Merch Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a super simple Amazon Merch Search.
It works exactly the same as the highlight > right click > search on google except it searches using the highlighted text for listings on Amazon and then displays them in a new tab.
Use this to quickly search for niches or keywords whilst going about your normal browsing. 扩展基本信息
| 名称 | |
| ID | gahgkkbgppamooolfhfjjmapmegdmogg |
| 官方URL | https://chromewebstore.google.com/detail/merch-search/gahgkkbgppamooolfhfjjmapmegdmogg |
| 简介 | Quickly Search Amazon Merch Listings |
| 文件大小 | 17.34 KB |
| 安装次数 | 97 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-03-16 |
| 上架时间 | 2018-03-16 |
| 开发者 | Rick |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Merch Search",
"description": "Quickly Search Amazon Merch Listings",
"permissions": [
"contextMenus"
],
"version": "1.0",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"eventPage.js"
]
}
} | |