Hacker News Feed
Have a quick peek at the top posts on Hacker news.
Τι είναι το Hacker News Feed;
Το Hacker News Feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nishanth_v, και η κύρια λειτουργία του είναι "Have a quick peek at the top posts on Hacker news. ".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hacker News Feed
Λήψη αρχείων επέκτασης Hacker News Feed σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have a quick peek at the top posts on Hacker news. HackerNews is the most popular news site in the tech industry and one of the top choices for new product releases.The overcrowding of threads on HN has made its front page the holy grail for new product release, as most people would only refresh the front page to catch the hottest topics. - Porter.io https://github.com/nishanthvijayan/HackerNews-Feed Star the project on github to show your support. If you have any suggestions to make this project better,log it as an issue.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gnbcehahhollgehdncegnjcoflocfghb |
Επίσημο URL | https://chrome.google.com/webstore/detail/hacker-news-feed/gnbcehahhollgehdncegnjcoflocfghb |
Περιγραφή | Have a quick peek at the top posts on Hacker news. |
Μέγεθος Αρχείου | 46.55 KB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2018-06-04 |
Ημερομηνία Δημοσίευσης | 2018-06-04 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | nishanth_v |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/nishanthvijayan/HackerNews-Feed |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Feed", "description": "Have a quick peek at the top posts on Hacker news. ", "version": "0.1.1", "permissions": [ "http:\/\/node-hnapi.herokuapp.com\/", "tabs" ], "short_name": "Hacker News Feed", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html" } } |