Hover Hound

See Amazon prices while shopping on Newegg.

Hover Hound란 무엇입니까?

Hover Hound은(는) https://pchound.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See Amazon prices while shopping on Newegg."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hover Hound 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
        }
    ]
}