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!”。
擴展截圖
下載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 |
ID | cmhcomenlnmlimckaapomellmdimeomm |
官方網址 | 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 |
電子郵箱 | [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 } |