HackerNews Summarizer
HackerNews Summarizer
Τι είναι το HackerNews Summarizer;
Το HackerNews Summarizer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dohsimpson, και η κύρια λειτουργία του είναι "HackerNews Summarizer".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HackerNews Summarizer
Λήψη αρχείων επέκτασης HackerNews Summarizer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The HN Summarizer Chrome extension is the perfect tool for savy Hacker News readers. It provides a summary of each article, generated with AI. This means you won't need to spend time sifting through lengthy articles or feeling overwhelmed by endless information. The summary button blends in with native HN UI, and appears under the subtext of each article. The extension streamlines the reading process and allows you to quickly scan and digest the most important information without sacrificing precious time. If you want to stay informed about the latest news and trends on Hacker News without being bogged down by excessive text, give HN Summarizer a try. It's free.
Βασικές Πληροφορίες Επέκτασης
Όνομα | HackerNews Summarizer |
ID | akfjgjlefkecijfggjekklpfgolgnafl |
Επίσημο URL | https://chromewebstore.google.com/detail/hackernews-summarizer/akfjgjlefkecijfggjekklpfgolgnafl |
Περιγραφή | HackerNews Summarizer |
Μέγεθος Αρχείου | 9.4 KB |
Αριθμός Εγκαταστάσεων | 34 |
Τρέχουσα Έκδοση | 0.2.1 |
Τελευταία Ενημέρωση | 2023-04-27 |
Ημερομηνία Δημοσίευσης | 2023-04-11 |
Προγραμματιστής | dohsimpson |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "0.2.1", "author": "dohsimpson", "name": "HackerNews Summarizer", "description": "HackerNews Summarizer", "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "js": [ "content.62a5b9ec.js" ], "css": [] } ], "host_permissions": [ "https:\/\/news.ycombinator.com\/*" ] } |