Coven

All the news a programmer could ever need

ما هو Coven؟

Coven هو إضافة Chrome تم تطويرها بواسطة https://www.coven.link، والميزة الرئيسية لها هي "All the news a programmer could ever need".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Coven

قم بتنزيل ملفات الامتداد Coven بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
    }
}