Momento for Hacker News
Add tags to HN users so you can remember them in the future
Wat is Momento for Hacker News?
Momento for Hacker News is een Chrome-extensie ontwikkeld door https://swaglord.co, en de belangrijkste functie is "Add tags to HN users so you can remember them in the future".
Extensie Screenshots
Download het CRX-bestand van de extensie Momento for Hacker News
Download Momento for Hacker News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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! Basisinformatie over de Extensie
| Naam | |
| ID | ldamdlljpkkejoiohakbapncdjfolgfh |
| Officiële URL | https://chromewebstore.google.com/detail/momento-for-hacker-news/ldamdlljpkkejoiohakbapncdjfolgfh |
| Beschrijving | Add tags to HN users so you can remember them in the future |
| Bestandsgrootte | 133 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-07-17 |
| Publicatiedatum | 2017-07-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://swaglord.co |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |