Hack the News
A Hacker News icon that notifies you when the top story changes.
Τι είναι το Hack the News;
Το Hack the News είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον github.com/robbiewain, και η κύρια λειτουργία του είναι "A Hacker News icon that notifies you when the top story changes.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hack the News
Λήψη αρχείων επέκτασης Hack the News σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hack the News |
ID | oehghgdldepmknikdpjakmpbonlkmnfa |
Επίσημο URL | https://chromewebstore.google.com/detail/hack-the-news/oehghgdldepmknikdpjakmpbonlkmnfa |
Περιγραφή | A Hacker News icon that notifies you when the top story changes. |
Μέγεθος Αρχείου | 101 KB |
Αριθμός Εγκαταστάσεων | 60 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2017-12-07 |
Ημερομηνία Δημοσίευσης | 2017-12-06 |
Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | github.com/robbiewain |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/robbiewain/hack-the-news |
Υποστηριζόμενες Γλώσσες | 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" ] } |