Coven

All the news a programmer could ever need

Covenとは何ですか?

Covenはhttps://www.coven.linkによって開発されたChromeの拡張機能で、その主な機能は「All the news a programmer could ever need」です。

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

screenshot

Coven拡張機能のCRXファイルをダウンロード

Coven拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Coven is a chrome extension that shows the content of http://www.coven.link on your new tab screen. It's a new aggregator for Programmers.  It shows content from:

- Hacker News
- /r/programming
- Lobste.rs
- Product Hunt

It allows you to easily customize which of these sources show up on your homepage (no signup required!). It automatically updates your feed.                    

拡張機能の基本情報

名前 Coven Coven
ID fnebcmfaoeakcahilaekfmfhmkjnilmk
公式URL https://chromewebstore.google.com/detail/coven/fnebcmfaoeakcahilaekfmfhmkjnilmk
説明 All the news a programmer could ever need
ファイルサイズ 342 KB
インストール数 60
現在のバージョン 2.0
最終更新日 2016-04-18
公開日 2016-04-18
評価 4.00/5 合計 2 レビュー
開発者 https://www.coven.link
支払い方法 free
拡張機能のウェブサイト http://www.coven.link
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coven",
    "description": "All the news a programmer could ever need",
    "version": "2.0",
    "permissions": [
        "https:\/\/api.coven.link\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "css": [
                "stylesheets\/application.css"
            ],
            "js": [
                "javascripts\/application.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}