Hunted or Nah

Check if a website is already shared on Product Hunt.

Hunted or Nahคืออะไร?

Hunted or Nah เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tekeste.kidanu และคุณลักษณะหลักของมันคือ "Check if a website is already shared on Product Hunt."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hunted or Nah

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}