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 |
官方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 |
电子邮箱 | [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 } |