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."입니다.
확장 프로그램 스크린샷
Hunted or Nah 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |