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 |
| Eメール | [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"
}
} | |