Hack the News
A Hacker News icon that notifies you when the top story changes.
Hvad er Hack the News?
Hack the News er en Chrome-udvidelse udviklet af github.com/robbiewain, og dens hovedfunktion er "A Hacker News icon that notifies you when the top story changes.".
Udvidelsesskærmbilleder
Download Hack the News-udvidelses-CRX-fil
Download Hack the News-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
Officiel URL | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
Beskrivelse | A Hacker News icon that notifies you when the top story changes. |
Filstørrelse | 101 KB |
Antal Installationer | 60 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2017-12-07 |
Udgivelsesdato | 2017-12-06 |
Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
Udvikler | github.com/robbiewain |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/robbiewain/hack-the-news |
Understøttede Sprog | 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" ] } |