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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Programming News Programming News
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"
    ]
}