Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
什麼是Hacker News Rank?
Hacker News Rank是由https://www.jitbit.com開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension that shows how many times a page was upvoted on Hacker News”。
擴展截圖
下載Hacker News Rank擴展crx文件
下載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 |
官方網址 | 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" } |