Coven

All the news a programmer could ever need

Cos'è Coven?

Coven è un'estensione di Chrome sviluppata da https://www.coven.link, e la sua funzione principale è "All the news a programmer could ever need".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coven

Scarica i file di estensione Coven in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Coven Coven
ID fnebcmfaoeakcahilaekfmfhmkjnilmk
URL Ufficiale https://chromewebstore.google.com/detail/coven/fnebcmfaoeakcahilaekfmfhmkjnilmk
Descrizione All the news a programmer could ever need
Dimensione del File 342 KB
Conteggio Installazioni 60
Versione Corrente 2.0
Ultimo Aggiornamento 2016-04-18
Data di Pubblicazione 2016-04-18
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://www.coven.link
Tipo di Pagamento free
Sito Web dell'Estensione http://www.coven.link
Lingue Supportate 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"
    }
}