Search & Destroy for Amazon, Etsy and Ebay!

Extension to remember items you've already seen + keyboard navigation! When trying to find the perfect gift or purchase for…

Search & Destroy for Amazon, Etsy and Ebay!คืออะไร?

Search & Destroy for Amazon, Etsy and Ebay! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย UXiomatic และคุณลักษณะหลักของมันคือ "Extension to remember items you've already seen + keyboard navigation! When trying to find the perfect gift or purchase for…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search & Destroy for Amazon, Etsy and Ebay!

ดาวน์โหลดไฟล์ส่วนขยาย Search & Destroy for Amazon, Etsy and Ebay! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension to remember items you've already seen + keyboard navigation!

When trying to find the perfect gift or purchase for yourself, you often need to change search parameters, categories or sorting. The problem is, when you do that you end up having to look at some of the same items multiple times. You already know those products are not what you want, but the store does not.

Search & Destroy solves this problem by remembering the items you've already seen during your current search, event through search changes or refreshes. "Seen" items can be faded out or completely hidden. 

BONUS POINTS: with S&D you can also use "j/k" keys to navigate through the list of items, and use the "n" key to go to next page. This lets you fly through large sets of results with ease.

Currently S&D is available for:
* Amazon
* Etsy
* Ebay
* Fiverr
* ...with more stores coming!

This extension is open-sourced. To see the code or contribute head over to:
https://github.com/Pyro979/searchNdestroy#search--destroy-for-amazon-etsy-and-ebay                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search & Destroy for Amazon, Etsy and Ebay! Search & Destroy for Amazon, Etsy and Ebay!
ID nddigkbhmfbmjcobjbdkljjdoajejdfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-destroy-for-amazon/nddigkbhmfbmjcobjbdkljjdoajejdfn
คำอธิบาย Extension to remember items you've already seen + keyboard navigation! When trying to find the perfect gift or purchase for…
ขนาดไฟล์ 551 KB
จำนวนการติดตั้ง 327
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-04-20
วันที่เผยแพร่ 2019-04-20
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา UXiomatic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Pyro979/searchNdestroy#search--destroy-for-amazon-etsy-and-ebay
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search & Destroy for Amazon, Etsy and Ebay!",
    "version": "0.1.0",
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "96": "icon_96.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/muzoic.com\/*",
                "*:\/\/store.cdbaby.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.fiverr.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com\/*"
            ],
            "css": [
                "style.css",
                "style_image.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/lodash.js",
                "lib\/jquery.hotkeys.js",
                "lib\/jquery.scrollTo.js",
                "util.js",
                "strings.js",
                "storeGeneric.js",
                "stores\/amazon.js",
                "stores\/etsy.js",
                "stores\/fiverr.js",
                "stores\/ebay.js",
                "stores\/cdbaby.js",
                "stores\/muzoic.js",
                "navigation.js",
                "content.js"
            ]
        }
    ]
}