Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
Hacker News Rankคืออะไร?
Hacker News Rank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jitbit.com และคุณลักษณะหลักของมันคือ "Chrome extension that shows how many times a page was upvoted on Hacker News"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hacker News Rank
ดาวน์โหลดไฟล์ส่วนขยาย Hacker News Rank ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon. Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
คำอธิบาย | Chrome extension that shows how many times a page was upvoted on Hacker News |
ขนาดไฟล์ | 12.7 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2023-08-27 |
วันที่เผยแพร่ | 2019-10-01 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.jitbit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.jitbit.com/hacker-news-rank/ |
URL หน้าช่วยเหลือ | https://www.jitbit.com/hacker-news-rank/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.jitbit.com/hacker-news-rank/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Rank", "version": "2.6", "author": "Jitbit", "action": { "default_icon": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" } }, "icons": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/hn.algolia.com\/" ], "background": { "service_worker": "background.js" }, "description": "Chrome extension that shows how many times a page was upvoted on Hacker News" } |