Coven
All the news a programmer could ever need
Co je Coven?
Coven je rozšíření Chrome vyvinuté https://www.coven.link, a jeho hlavní funkcí je „All the news a programmer could ever need“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Coven
Stáhněte si soubory rozšíření Coven ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Coven |
ID | fnebcmfaoeakcahilaekfmfhmkjnilmk |
Oficiální URL | https://chromewebstore.google.com/detail/coven/fnebcmfaoeakcahilaekfmfhmkjnilmk |
Popis | All the news a programmer could ever need |
Velikost souboru | 342 KB |
Počet instalací | 60 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2016-04-18 |
Datum Vydání | 2016-04-18 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.coven.link |
Typ Platby | free |
Webové stránky Rozšíření | http://www.coven.link |
Podporované Jazyky | 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" } } |