Hack the News
A Hacker News icon that notifies you when the top story changes.
Vad är Hack the News?
Hack the News är en Chrome-tillägg utvecklad av github.com/robbiewain, och dess huvudfunktion är "A Hacker News icon that notifies you when the top story changes.".
Tilläggsskärmbilder
Ladda ner Hack the News-förlängningens CRX-fil
Ladda ner Hack the News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
Officiell webbadress | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
Beskrivning | A Hacker News icon that notifies you when the top story changes. |
Filstorlek | 101 KB |
Antal Installationer | 60 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2017-12-07 |
Publiceringsdatum | 2017-12-06 |
Betyg | 4.75/5 Totalt 4 Betyg |
Utvecklare | github.com/robbiewain |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/robbiewain/hack-the-news |
Stödda Språk | 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" ] } |