daily.dev | The homepage developers deserve

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

Cos'è daily.dev | The homepage developers deserve?

daily.dev | The homepage developers deserve è un'estensione di Chrome sviluppata da https://daily.dev, e la sua funzione principale è "Get one personalized feed for all the knowledge you need as a developer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione daily.dev | The homepage developers deserve

Scarica i file di estensione daily.dev | The homepage developers deserve in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome daily.dev | The homepage developers deserve daily.dev | The homepage developers deserve
ID jlmpjdjjbgclbocgajdjefcidcncaied
URL Ufficiale https://chromewebstore.google.com/detail/dailydev-the-homepage-dev/jlmpjdjjbgclbocgajdjefcidcncaied
Descrizione Get one personalized feed for all the knowledge you need as a developer.
Dimensione del File 1.11 MB
Conteggio Installazioni 230,069
Versione Corrente 3.30.2
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2020-07-02
Valutazione 4.86/5 Totale 1939 Valutazioni
Sviluppatore https://daily.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://daily.dev
URL della Pagina di Aiuto https://docs.daily.dev
URL della Pagina della Politica sulla Privacy https://daily.dev/privacy/applications-policy
Lingue Supportate 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
}