HackerNews Theme
Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain
什么是HackerNews Theme?
HackerNews Theme是由jiten开发的Chrome扩展程序,该扩展的主要功能是“Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain”。
扩展截图
下载HackerNews Theme扩展crx文件
下载HackerNews Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Beautify hackernews
-Improved readability
-Clean Design
-Highlighted labels for "ShowHN" and "Ask HN"
-favicon for domain 扩展基本信息
| 名称 | |
| ID | ngjchhmppjcijklbnigfhhjdajkpjhil |
| 官方URL | https://chromewebstore.google.com/detail/hackernews-theme/ngjchhmppjcijklbnigfhhjdajkpjhil |
| 简介 | Beautify hackernews -Improved readability -Clean Design -Highlighted labels for "ShowHN" and "Ask HN" -favicon for domain |
| 文件大小 | 41.28 KB |
| 安装次数 | 11 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2016-10-09 |
| 上架时间 | 2016-10-09 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | jiten |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"name": "HackerNews Theme",
"version": "0.0.4",
"manifest_version": 2,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.news.ycombinator.com\/*"
],
"css": [
"theme.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.news.ycombinator.com\/*"
],
"js": [
"jquery.js",
"content.js"
]
}
]
} | |