daily.dev | The homepage developers deserve

Get one personalized feed for all the knowledge you need as a developer.

ما هو daily.dev | The homepage developers deserve؟

daily.dev | The homepage developers deserve هو إضافة Chrome تم تطويرها بواسطة https://daily.dev، والميزة الرئيسية لها هي "Get one personalized feed for all the knowledge you need as a developer.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة daily.dev | The homepage developers deserve

قم بتنزيل ملفات الامتداد daily.dev | The homepage developers deserve بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hey devs, ever wish there was a tab to help you stay ahead in the ever-changing tech world? Say hello to daily.dev, the homepage developers deserve. And yes, we’re open source 💜

daily.dev is a platform that keeps you in the loop without the hassle of scouring the web for the latest dev updates. Every time you open a new tab, we'll bring you a personalized feed of tech content that’s tailored to your specific interests. No fluff, just the good stuff. 200,000+ developers use and love it every day. 

What's the deal with daily.dev? 🧐

🌟 Stay in the know: Fresh, relevant content tailored to your interests, so you never miss a beat.
🌐 Explore new realms: Discover blogs and communities to expand your horizons.
🧠 Smart curation: Our engine brings you only the cream of the crop.
📓Save it for later: Bookmark what matter to you for later. 
💬 Join the chat: Discuss and share your opinions with other like-minded devs.

So if you’re curious about AI, machine learning and data science, we have the latest from the ChatGPT and Bard wars. If you’re into blockchain and crypto, we cover that. There’s great content about web development, mobile development, DevOps, Python and of course Open Source, everyone loves Open Source. There’s also updates about reality shows, politics and the latest trends in elite fashion. Just kidding! daily.dev is only for developers.

Ready to turbocharge your life? It’s a before and after kind of experience. Install daily.dev and become part of our thriving community of 200,000+ devs who can't imagine life without us 🤖

Congratulations for reaching this far! You may be the only person who’s read the whole thing 🏆

If you still have any questions or concerns, email us at [email protected] and a real human will help you out.                    

معلومات أساسية عن التمديد

الاسم daily.dev | The homepage developers deserve daily.dev | The homepage developers deserve
ID jlmpjdjjbgclbocgajdjefcidcncaied
عنوان URL الرسمي https://chromewebstore.google.com/detail/dailydev-the-homepage-dev/jlmpjdjjbgclbocgajdjefcidcncaied
الوصف Get one personalized feed for all the knowledge you need as a developer.
حجم الملف 1.11 MB
عدد التثبيتات 230,069
النسخة الحالية 3.30.2
آخر تحديث 2024-03-01
تاريخ النشر 2020-07-02
تقييم 4.86/5 مجموع تقييمات 1939
المطور https://daily.dev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://daily.dev
عنوان صفحة المساعدة https://docs.daily.dev
عنوان صفحة سياسة الخصوصية https://daily.dev/privacy/applications-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.30.2",
    "name": "daily.dev | The homepage developers deserve",
    "short_name": "daily.dev",
    "description": "Get one personalized feed for all the knowledge you need as a developer.",
    "homepage_url": "https:\/\/daily.dev",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/daily.dev\/",
        "https:\/\/*.daily.dev\/",
        "https:\/\/dailynow.co\/",
        "https:\/\/*.dailynow.co\/"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_icon": {
            "16": "icons\/action_16.png",
            "32": "icons\/action_32.png"
        }
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "companion.html",
                "js\/companion.bundle.js",
                "css\/companion.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true
}