Coven
All the news a programmer could ever need
Qu'est-ce que Coven ?
Coven est une extension Chrome développée par https://www.coven.link, et sa fonction principale est "All the news a programmer could ever need".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coven
Téléchargez les fichiers d'extension Coven au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Coven |
ID | fnebcmfaoeakcahilaekfmfhmkjnilmk |
URL Officiel | https://chromewebstore.google.com/detail/coven/fnebcmfaoeakcahilaekfmfhmkjnilmk |
Description | All the news a programmer could ever need |
Taille du Fichier | 342 KB |
Nombre d'Installations | 60 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2016-04-18 |
Date de Publication | 2016-04-18 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | https://www.coven.link |
Type de Paiement | free |
Site Web de l'Extension | http://www.coven.link |
Langues Prises en Charge | 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" } } |