Momento for Hacker News
Add tags to HN users so you can remember them in the future
Τι είναι το Momento for Hacker News;
Το Momento for Hacker News είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://swaglord.co, και η κύρια λειτουργία του είναι "Add tags to HN users so you can remember them in the future".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Momento for Hacker News
Λήψη αρχείων επέκτασης Momento for Hacker News σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- Add tags to users on HN: so you can remember all the cool people on there - Keep track of who works where (astroturfing counter-measures) - You'll get some pre-existing tags to jump-start your own user tags - Avoid embarrassing yourself (https://news.ycombinator.com/item?id=35079) - Unobtrusive by default: stays out of the way when not using tags - Suggested tags coming soon! - Syncing coming soon!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Momento for Hacker News |
ID | ldamdlljpkkejoiohakbapncdjfolgfh |
Επίσημο URL | https://chromewebstore.google.com/detail/momento-for-hacker-news/ldamdlljpkkejoiohakbapncdjfolgfh |
Περιγραφή | Add tags to HN users so you can remember them in the future |
Μέγεθος Αρχείου | 133 KB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-07-17 |
Ημερομηνία Δημοσίευσης | 2017-07-16 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://swaglord.co |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Momento for Hacker News", "short_name": "HN User Tagger", "description": "Add tags to HN users so you can remember them in the future", "version": "1.1", "minimum_chrome_version": "56.0.2924", "background": { "scripts": [ ".\/event-page.js" ], "persistent": false }, "icons": { "16": ".\/icon16.png", "48": ".\/icon48.png", "128": ".\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "css": [ ".\/content-script.css" ], "js": [ ".\/content-script.js" ] } ] } |