Share Hacker News on Facebook
Adds a link to each article and comment on Hacker News to let you share on Facebook
Wat is Share Hacker News on Facebook?
Share Hacker News on Facebook is een Chrome-extensie ontwikkeld door https://leknarflabs.com, en de belangrijkste functie is "Adds a link to each article and comment on Hacker News to let you share on Facebook".
Extensie Screenshots
Download het CRX-bestand van de extensie Share Hacker News on Facebook
Download Share Hacker News on Facebook-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
Adds a Facebook sharing link to the right of each comment permalink.
More from http://leknarflabs.com Basisinformatie over de Extensie
| Naam | |
| ID | hgiheeblinonmojjgcgeecfcmnjeojhi |
| Officiële URL | https://chromewebstore.google.com/detail/share-hacker-news-on-face/hgiheeblinonmojjgcgeecfcmnjeojhi |
| Beschrijving | Adds a link to each article and comment on Hacker News to let you share on Facebook |
| Bestandsgrootte | 129 KB |
| Aantal Installaties | 46 |
| Huidige Versie | 1.0.0.2 |
| Laatst Bijgewerkt | 2013-08-14 |
| Publicatiedatum | 2013-08-13 |
| Beoordeling | 4.32/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | https://leknarflabs.com |
| Betalingswijze | free |
| Extensiewebsite | http://leknarflabs.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Share Hacker News on Facebook",
"description": "Adds a link to each article and comment on Hacker News to let you share on Facebook",
"version": "1.0.0.2",
"permissions": [
"https:\/\/news.ycombinator.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/news.ycombinator.com\/*"
],
"js": [
"hnsc.js",
"jquery-1.9.1.min.js"
]
}
]
} | |