daily.dev | The homepage developers deserve

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

Qu'est-ce que daily.dev | The homepage developers deserve ?

daily.dev | The homepage developers deserve est une extension Chrome développée par https://daily.dev, et sa fonction principale est "Get one personalized feed for all the knowledge you need as a developer.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension daily.dev | The homepage developers deserve

Téléchargez les fichiers d'extension daily.dev | The homepage developers deserve 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

                        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.                    

Informations de Base sur l'Extension

Nom daily.dev | The homepage developers deserve daily.dev | The homepage developers deserve
ID jlmpjdjjbgclbocgajdjefcidcncaied
URL Officiel https://chromewebstore.google.com/detail/dailydev-the-homepage-dev/jlmpjdjjbgclbocgajdjefcidcncaied
Description Get one personalized feed for all the knowledge you need as a developer.
Taille du Fichier 1.11 MB
Nombre d'Installations 230,069
Version Actuelle 3.30.2
Dernière Mise à Jour 2024-03-01
Date de Publication 2020-07-02
Évaluation 4.86/5 Total 1939 Évaluations
Développeur https://daily.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://daily.dev
URL de la Page d'Aide https://docs.daily.dev
URL de la Page de Politique de Confidentialité https://daily.dev/privacy/applications-policy
Langues Prises en Charge 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
}