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 |
| 官方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"
]
}
]
} | |