Hack the News
A Hacker News icon that notifies you when the top story changes.
Qu'est-ce que Hack the News ?
Hack the News est une extension Chrome développée par github.com/robbiewain, et sa fonction principale est "A Hacker News icon that notifies you when the top story changes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hack the News
Téléchargez les fichiers d'extension Hack the News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
URL Officiel | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
Description | A Hacker News icon that notifies you when the top story changes. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 60 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2017-12-07 |
Date de Publication | 2017-12-06 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | github.com/robbiewain |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/robbiewain/hack-the-news |
Langues Prises en Charge | 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" ] } |