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ファイルをダウンロード

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
Eメール [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"
        }
    ]
}