hn-friends
Highlight and tag your friends on Hacker News.
Wat is hn-friends?
hn-friends is een Chrome-extensie ontwikkeld door jessejesse123, en de belangrijkste functie is "Highlight and tag your friends on Hacker News.".
Extensie Screenshots
Download het CRX-bestand van de extensie hn-friends
Download hn-friends-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
Highlight and tag your friends on Hacker News. Basisinformatie over de Extensie
| Naam | |
| ID | ffgfcbfgdemibfcpcfkpicfgkiojbdkn |
| Officiële URL | https://chromewebstore.google.com/detail/hn-friends/ffgfcbfgdemibfcpcfkpicfgkiojbdkn |
| Beschrijving | Highlight and tag your friends on Hacker News. |
| Bestandsgrootte | 15.83 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-08-10 |
| Publicatiedatum | 2018-08-10 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | jessejesse123 |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "hn-friends",
"version": "1.2",
"description": "Highlight and tag your friends on Hacker News.",
"icons": {
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"img\/tag.svg"
],
"content_scripts": [
{
"matches": [
"https:\/\/news.ycombinator.com\/*"
],
"js": [
"src\/utils.js",
"src\/hn-friends.js"
]
},
{
"matches": [
"https:\/\/news.ycombinator.com\/user?id=*"
],
"js": [
"src\/user.js"
]
}
],
"browser_action": {
"browser_style": false,
"default_icon": {
"48": "icons\/48.png",
"96": "icons\/96.png"
},
"default_title": "HN Friends",
"default_popup": "popup\/popup.html"
}
} | |