Search Ebay Sold
Searches Ebay for sold items based on highlighted text with context menu.
什么是Search Ebay Sold?
Search Ebay Sold是由christensen143开发的Chrome扩展程序,该扩展的主要功能是“Searches Ebay for sold items based on highlighted text with context menu.”。
扩展截图
下载Search Ebay Sold扩展crx文件
下载Search Ebay Sold扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds an item to the context menu that searches eBay for items marked as sold that match the text that the user highlights on a webpage. The user highlights the text on a webpage; then, they right-click to bring up the context menu and choose "Search eBay for sold items" in the context menu. A new browser tab opens to the eBay search page, displaying their results. 扩展基本信息
| 名称 | |
| ID | mhlcjbhhieanjjafbcoeclghpnjhepif |
| 官方URL | https://chromewebstore.google.com/detail/search-ebay-sold/mhlcjbhhieanjjafbcoeclghpnjhepif |
| 简介 | Searches Ebay for sold items based on highlighted text with context menu. |
| 文件大小 | 10.58 KB |
| 安装次数 | 252 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-08-24 |
| 上架时间 | 2022-08-24 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | christensen143 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search Ebay Sold",
"description": "Searches Ebay for sold items based on highlighted text with context menu.",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |