Hack the News
A Hacker News icon that notifies you when the top story changes.
Hack the Newsとは何ですか?
Hack the Newsはgithub.com/robbiewainによって開発されたChromeの拡張機能で、その主な機能は「A Hacker News icon that notifies you when the top story changes.」です。
拡張機能のスクリーンショット
Hack the News拡張機能のCRXファイルをダウンロード
Hack the News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays a Hacker News icon on your browser that changes color when the top story changes. Source code at https://github.com/robbiewain/hack-the-news
拡張機能の基本情報
名前 | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
公式URL | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
説明 | A Hacker News icon that notifies you when the top story changes. |
ファイルサイズ | 101 KB |
インストール数 | 60 |
現在のバージョン | 0.1.1 |
最終更新日 | 2017-12-07 |
公開日 | 2017-12-06 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | github.com/robbiewain |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/robbiewain/hack-the-news |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hack the News", "version": "0.1.1", "manifest_version": 2, "description": "A Hacker News icon that notifies you when the top story changes.", "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'", "icons": { "16": "images\/hacker-news-16.png", "128": "images\/hacker-news-128.png" }, "background": { "scripts": [ "app.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/hacker-news-19.png", "38": "images\/hacker-news-38.png" }, "default_title": "Hack the News", "default_popup": "index.html" }, "permissions": [ "storage" ] } |