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是由https://daily.dev開發的Chrome擴展程式,該擴展的主要功能是“Get one personalized feed for all the knowledge you need as a developer.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載daily.dev | The homepage developers deserve擴展crx文件

下載daily.dev | The homepage developers deserve擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL https://docs.daily.dev
隱私政策頁面URL 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
}