Hack the News
A Hacker News icon that notifies you when the top story changes.
Co je Hack the News?
Hack the News je rozšíření Chrome vyvinuté github.com/robbiewain, a jeho hlavní funkcí je „A Hacker News icon that notifies you when the top story changes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hack the News
Stáhněte si soubory rozšíření Hack the News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
Oficiální URL | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
Popis | A Hacker News icon that notifies you when the top story changes. |
Velikost souboru | 101 KB |
Počet instalací | 60 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2017-12-07 |
Datum Vydání | 2017-12-06 |
Hodnocení | 4.75/5 Celkem 4 Hodnocení |
Vývojář | github.com/robbiewain |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/robbiewain/hack-the-news |
Podporované Jazyky | 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" ] } |