Search eBay

Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.

Search eBay란 무엇입니까?

Search eBay은(는) DAB Worx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Search eBay 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This amazing extension adds a context menu item to search regional eBay sites for the highlighted term. There is also freeform search when you click the icon. Last 5 searches are saved. Absolutely no tracking or spying and no affiliate links despite what the useless reviews say!

Update March 3, 2024
v4.0.3
- Added some new sorting
- Some sort options only visible when completed or sold is selected
- Some code refactor
- New search location for UK; Continental Europe
2
Update Feb 2, 2024
v4.0.2
- Update to Manifest v3 for Google compliance
- Save searches for context searches
- Refactor some code                    

확장 프로그램 기본 정보

이름 Search eBay Search eBay
ID jjfbpebfcimafgidhfablaaiedcophkl
공식 URL https://chromewebstore.google.com/detail/search-ebay/jjfbpebfcimafgidhfablaaiedcophkl
설명 Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.
파일 크기 26.62 KB
설치 횟수 4,153
현재 버전 4.0.3
최근 업데이트 2024-03-04
출시 날짜 2019-06-20
평점 3.44/5 총 27 개의 평점
개발자 DAB Worx
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Search eBay",
    "short_name": "Search eBay",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "description": "Highlight any term on a page, right click and Search your favorite eBay site. No spying, no ads, nothing.",
    "action": {
        "default_icon": {
            "16": "images\/ebay-e-only-16.png",
            "24": "images\/ebay-e-only-24.png",
            "32": "images\/ebay-e-only-32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Search eBay"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/ebay-e-only-16.png",
        "48": "images\/ebay-e-only-48.png",
        "128": "images\/ebay-e-only-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "version": "4.0.3"
}