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 擴展基本資訊
| 名稱 | |
| ID | hgiheeblinonmojjgcgeecfcmnjeojhi |
| 官方網址 | 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"
]
}
]
} | |