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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
}