Share Hacker News on Facebook
Adds a link to each article and comment on Hacker News to let you share on Facebook
Share Hacker News on Facebookとは何ですか?
Share Hacker News on Facebookはhttps://leknarflabs.comによって開発されたChromeの拡張機能で、その主な機能は「Adds a link to each article and comment on Hacker News to let you share on Facebook」です。
拡張機能のスクリーンショット
Share Hacker News on Facebook拡張機能のCRXファイルをダウンロード
Share Hacker News on Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a Facebook sharing link to the right of each comment permalink. More from http://leknarflabs.com
拡張機能の基本情報
名前 | Share Hacker News on Facebook |
ID | hgiheeblinonmojjgcgeecfcmnjeojhi |
公式URL | https://chromewebstore.google.com/detail/share-hacker-news-on-face/hgiheeblinonmojjgcgeecfcmnjeojhi |
説明 | Adds a link to each article and comment on Hacker News to let you share on Facebook |
ファイルサイズ | 129 KB |
インストール数 | 46 |
現在のバージョン | 1.0.0.2 |
最終更新日 | 2013-08-14 |
公開日 | 2013-08-13 |
評価 | 4.32/5 合計 19 レビュー |
開発者 | https://leknarflabs.com |
支払い方法 | free |
拡張機能のウェブサイト | http://leknarflabs.com |
対応言語 | 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" ] } ] } |