Hunted or Nah

Check if a website is already shared on Product Hunt.

什么是Hunted or Nah?

Hunted or Nah是由tekeste.kidanu开发的Chrome扩展程序,该扩展的主要功能是“Check if a website is already shared on Product Hunt.”。

扩展截图

screenshot

下载Hunted or Nah扩展crx文件

下载Hunted or Nah扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you are someone who likes to hunt lots of products on Product Hunt, this extension will easily let you know if a website is
already hunted or not. Give it a click and see the magic happen! If it is already hunted it would give you a link to the Product Hunt page of the product, but if it is not hunted it will give you an option to hunt it.                    

扩展基本信息

名称 Hunted or Nah Hunted or Nah
ID mbmjhbmlepfgcipncahaciohelhgpinm
官方URL https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm
简介 Check if a website is already shared on Product Hunt.
文件大小 27.5 KB
安装次数 25
当前版本 1.0
更新时间 2018-07-28
上架时间 2018-07-27
开发者 tekeste.kidanu
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hunted or Nah",
    "description": "Check if a website is already shared on Product Hunt.",
    "version": "1.0",
    "homepage_url": "https:\/\/twitter.com\/iamtekeste",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128-icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}