Hunted or Nah
Check if a website is already shared on Product Hunt.
Apa itu Hunted or Nah?
Hunted or Nah adalah ekstensi Chrome yang dikembangkan oleh tekeste.kidanu, dan fitur utamanya adalah "Check if a website is already shared on Product Hunt.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hunted or Nah
Unduh file ekstensi Hunted or Nah dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hunted or Nah |
ID | mbmjhbmlepfgcipncahaciohelhgpinm |
URL Resmi | https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm |
Deskripsi | Check if a website is already shared on Product Hunt. |
Ukuran File | 27.5 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-07-28 |
Tanggal Publikasi | 2018-07-27 |
Pengembang | tekeste.kidanu |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |