Hack the News
A Hacker News icon that notifies you when the top story changes.
Cos'è Hack the News?
Hack the News è un'estensione di Chrome sviluppata da github.com/robbiewain, e la sua funzione principale è "A Hacker News icon that notifies you when the top story changes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hack the News
Scarica i file di estensione Hack the News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | oehghgdldepmknikdpjakmpbonlkmnfa |
| URL Ufficiale | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
| Descrizione | A Hacker News icon that notifies you when the top story changes. |
| Dimensione del File | 101 KB |
| Conteggio Installazioni | 60 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2017-12-07 |
| Data di Pubblicazione | 2017-12-06 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | github.com/robbiewain |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/robbiewain/hack-the-news |
| Lingue Supportate | 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"
]
} | |