Hack the News
A Hacker News icon that notifies you when the top story changes.
Wat is Hack the News?
Hack the News is een Chrome-extensie ontwikkeld door github.com/robbiewain, en de belangrijkste functie is "A Hacker News icon that notifies you when the top story changes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hack the News
Download Hack the News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | oehghgdldepmknikdpjakmpbonlkmnfa |
| Officiële URL | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
| Beschrijving | A Hacker News icon that notifies you when the top story changes. |
| Bestandsgrootte | 101 KB |
| Aantal Installaties | 60 |
| Huidige Versie | 0.1.1 |
| Laatst Bijgewerkt | 2017-12-07 |
| Publicatiedatum | 2017-12-06 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | github.com/robbiewain |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/robbiewain/hack-the-news |
| Ondersteunde Talen | 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"
]
} | |