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 |
公式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 |
Eメール | [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" } |