Programming News
Aggregates the top news items from Hacker News and Reddit /r/programming
什么是Programming News?
Programming News是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Aggregates the top news items from Hacker News and Reddit /r/programming”。
扩展截图
下载Programming News扩展crx文件
下载Programming News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Collects the top news items from Hacker News and Reddit /r/programming with a green, black and grey terminal theme. Allows the user to keep a reading list of 100 items for later viewing. 扩展基本信息
| 名称 | |
| ID | ggmnmmjaecmnabilobpplklijinifpip |
| 官方URL | https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip |
| 简介 | Aggregates the top news items from Hacker News and Reddit /r/programming |
| 文件大小 | 58.57 KB |
| 安装次数 | 293 |
| 当前版本 | 1.1 |
| 更新时间 | 2013-03-13 |
| 上架时间 | 2013-03-13 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/mchaver/Programming-News |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Programming News",
"description": "Aggregates the top news items from Hacker News and Reddit \/r\/programming",
"version": "1.1",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "Programming News"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage",
"https:\/\/news.ycombinator.com\/*",
"http:\/\/www.reddit.com\/r\/programming"
]
} | |