Share Hacker News on Facebook
Adds a link to each article and comment on Hacker News to let you share on Facebook
Cos'è Share Hacker News on Facebook?
Share Hacker News on Facebook è un'estensione di Chrome sviluppata da https://leknarflabs.com, e la sua funzione principale è "Adds a link to each article and comment on Hacker News to let you share on Facebook".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share Hacker News on Facebook
Scarica i file di estensione Share Hacker News on Facebook in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a Facebook sharing link to the right of each comment permalink. More from http://leknarflabs.com
Informazioni di Base sull'Estensione
Nome | Share Hacker News on Facebook |
ID | hgiheeblinonmojjgcgeecfcmnjeojhi |
URL Ufficiale | https://chromewebstore.google.com/detail/share-hacker-news-on-face/hgiheeblinonmojjgcgeecfcmnjeojhi |
Descrizione | Adds a link to each article and comment on Hacker News to let you share on Facebook |
Dimensione del File | 129 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2013-08-14 |
Data di Pubblicazione | 2013-08-13 |
Valutazione | 4.32/5 Totale 19 Valutazioni |
Sviluppatore | https://leknarflabs.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://leknarflabs.com |
Lingue Supportate | 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" ] } ] } |