Coven

All the news a programmer could ever need

Apa itu Coven?

Coven adalah ekstensi Chrome yang dikembangkan oleh https://www.coven.link, dan fitur utamanya adalah "All the news a programmer could ever need".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Coven

Unduh file ekstensi Coven dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Coven Coven
ID fnebcmfaoeakcahilaekfmfhmkjnilmk
URL Resmi https://chromewebstore.google.com/detail/coven/fnebcmfaoeakcahilaekfmfhmkjnilmk
Deskripsi All the news a programmer could ever need
Ukuran File 342 KB
Jumlah Instalasi 60
Versi Saat Ini 2.0
Terakhir Diperbarui 2016-04-18
Tanggal Publikasi 2016-04-18
Penilaian 4.00/5 Total 2 Penilaian
Pengembang https://www.coven.link
Tipe Pembayaran free
Situs Ekstensi http://www.coven.link
Bahasa yang Didukung 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"
    }
}