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