Start your search with eBay™ + Right Click
Start your search with eBay™. Now with 'Right Click' to search eBay tool
什麼是Start your search with eBay™ + Right Click?
Start your search with eBay™ + Right Click是由https://lastdropofink.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Start your search with eBay™. Now with 'Right Click' to search eBay tool”。
擴展截圖
下載Start your search with eBay™ + Right Click擴展crx文件
下載Start your search with eBay™ + Right Click擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Just click the icon to start your search on eBay or 'right click' any text or a link to search directly on eBay. While set to eBay.com by default, just click your country flag for the extension to remember your country selection. So when you search, its your local eBay site. The search box stays open, making first the first few searches a lot quicker so you can narrow down your hunt for a bargain in no time. ALL the major eBay sites are supported, US, UK, DE, CA, FR, Etc... * Your Feedback Any comments or suggestions welcomed. Email the developer directly at the address to the right. * Version History V1.3 - Updated to meet EPN Requirements V1.1 - Added right click search options (requires more permissions than V1.0) V1.0 - First release. * Known Bugs - None * This app is not developed by eBay Inc.
擴展基本資訊
名稱 | Start your search with eBay™ + Right Click |
ID | mgfjbmhhphmndapijdlgaifinndnhcbe |
官方網址 | https://chromewebstore.google.com/detail/start-your-search-with-eb/mgfjbmhhphmndapijdlgaifinndnhcbe |
簡介 | Start your search with eBay™. Now with 'Right Click' to search eBay tool |
檔案大小 | 116 KB |
安裝次數 | 875 |
目前版本 | 1.4 |
更新時間 | 2020-04-24 |
上架時間 | 2020-04-21 |
評分 | 4.00/5 共 3 次評分 |
開發者 | https://lastdropofink.co.uk |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://lastdropofink.co.uk/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Start your search with eBay\u2122 + Right Click", "short_name": "Search eBay\u2122", "description": "Start your search with eBay\u2122. Now with 'Right Click' to search eBay tool", "author": "Matthew Ogborne [email protected]", "version": "1.4", "permissions": [ "storage", "contextMenus", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/ebay-icon-128x128.png", "24": "images\/ebay-icon-128x128.png", "32": "images\/ebay-icon-128x128.png", "48": "images\/ebay-icon-128x128.png", "128": "images\/ebay-icon-128x128.png" }, "browser_action": { "default_popup": "ebay-tab.html", "default_icon": { "16": "images\/ebay-icon-128x128.png", "24": "images\/ebay-icon-128x128.png", "32": "images\/ebay-icon-128x128.png", "48": "images\/ebay-icon-128x128.png", "128": "images\/ebay-icon-128x128.png" }, "default_title": "Search eBay\u2122" }, "web_accessible_resources": [ "images\/*.png", "scripts\/page-script.js" ] } |