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