Hover Hound

See Amazon prices while shopping on Newegg.

Hover Houndคืออะไร?

Hover Hound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pchound.com และคุณลักษณะหลักของมันคือ "See Amazon prices while shopping on Newegg."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hover Hound

ดาวน์โหลดไฟล์ส่วนขยาย Hover Hound ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Hover Hound adds a small button on Newegg product and search pages linking to the same product on Amazon. It displays the price and whether the item is Amazon Prime eligible. It's that simple!

This extension only works on newegg.com and only takes you from Newegg to Amazon, not the other way around. No bloat, no BS, no excessive permissions.                    

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

ชื่อ Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
คำอธิบาย See Amazon prices while shopping on Newegg.
ขนาดไฟล์ 14.8 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.6.7
อัปเดตครั้งล่าสุด 2021-04-11
วันที่เผยแพร่ 2019-08-22
คะแนน 4.37/5 รวมทั้งหมด 113 คะแนน
ผู้พัฒนา https://pchound.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pchound.com
URL หน้าช่วยเหลือ https://www.pchound.com
URL หน้านโยบายความเป็นส่วนตัว https://www.pchound.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover Hound",
    "short_name": "Hover Hound",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "See Amazon prices while shopping on Newegg.",
    "icons": {
        "16": "images\/new-dog.png",
        "48": "images\/new-dog.png",
        "128": "images\/new-dog.png"
    },
    "web_accessible_resources": [
        "images\/*.ico",
        "images\/*.png",
        "images\/*.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.newegg.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}