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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lastdropofink.co.uk และคุณลักษณะหลักของมันคือ "Start your search with eBay™. Now with 'Right Click' to search eBay tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Start your search with eBay™ + Right Click

ดาวน์โหลดไฟล์ส่วนขยาย 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 Start your search with eBay™ + Right Click
ID mgfjbmhhphmndapijdlgaifinndnhcbe
URL อย่างเป็นทางการ 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"
    ]
}