Hacker News Popup
Shows how popular the article you're reading on Hacker News is
Hacker News Popupとは何ですか?
Hacker News Popupはhnpopupによって開発されたChromeの拡張機能で、その主な機能は「Shows how popular the article you're reading on Hacker News is」です。
拡張機能のスクリーンショット
Hacker News Popup拡張機能のCRXファイルをダウンロード
Hacker News Popup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.
拡張機能の基本情報
名前 | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
公式URL | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
説明 | Shows how popular the article you're reading on Hacker News is |
ファイルサイズ | 51.61 KB |
インストール数 | 19 |
現在のバージョン | 0.5 |
最終更新日 | 2022-10-29 |
公開日 | 2019-06-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | hnpopup |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/doublemarket/hnpopup |
ヘルプページのURL | https://github.com/doublemarket/hnpopup/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Popup", "short_name": "hnpopup", "version": "0.5", "description": "Shows how popular the article you're reading on Hacker News is", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup", "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "storage" ] } |