Alternative Hunt

Learn about great alternative products as you browse the web. Stay updated!

Alternative Huntとは何ですか?

Alternative Huntはtechablrによって開発されたChromeの拡張機能で、その主な機能は「Learn about great alternative products as you browse the web. Stay updated!」です。

拡張機能のスクリーンショット

screenshot

Alternative Hunt拡張機能のCRXファイルをダウンロード

Alternative Hunt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Alternative Hunt is a great way to learn about new products as you browse the web. The Alternative Hunt Chrome Extension will automatically find alternatives of the website you are currently visiting. The extension will show a notification alert when alternatives are available.

The extension uses Product Hunt (producthunt.com) data for displaying the alternatives.
The extension only works for the home page of a website.                    

拡張機能の基本情報

名前 Alternative Hunt Alternative Hunt
ID cmhcomenlnmlimckaapomellmdimeomm
公式URL https://chromewebstore.google.com/detail/alternative-hunt/cmhcomenlnmlimckaapomellmdimeomm
説明 Learn about great alternative products as you browse the web. Stay updated!
ファイルサイズ 94.64 KB
インストール数 174
現在のバージョン 1.0
最終更新日 2019-01-14
公開日 2019-01-14
評価 4.50/5 合計 2 レビュー
開発者 techablr
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alternative Hunt",
    "version": "1.0",
    "description": "Learn about great alternative products as you browse the web. Stay updated!",
    "permissions": [
        "https:\/\/apps.techablr.com\/*",
        "tabs",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/ahicon.png"
        }
    },
    "icons": {
        "128": "images\/ahicon.png"
    },
    "manifest_version": 2
}