Momento for Hacker News
Add tags to HN users so you can remember them in the future
Qu'est-ce que Momento for Hacker News ?
Momento for Hacker News est une extension Chrome développée par https://swaglord.co, et sa fonction principale est "Add tags to HN users so you can remember them in the future".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Momento for Hacker News
Téléchargez les fichiers d'extension Momento for Hacker 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
- 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!
Informations de Base sur l'Extension
Nom | Momento for Hacker News |
ID | ldamdlljpkkejoiohakbapncdjfolgfh |
URL Officiel | https://chromewebstore.google.com/detail/momento-for-hacker-news/ldamdlljpkkejoiohakbapncdjfolgfh |
Description | Add tags to HN users so you can remember them in the future |
Taille du Fichier | 133 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-07-17 |
Date de Publication | 2017-07-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://swaglord.co |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |