Designer Daily Report

Everything about design in just 5 minutes.

Designer Daily Report란 무엇입니까?

Designer Daily Report은(는) https://designerdailyreport.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Everything about design in just 5 minutes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Designer Daily Report 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension opens a daily Designer Report on a background tab  (non-distracting) roughly around 00:00AM PST time as the report is ready.

What's inside?

✦ Curated Inspirational Websites
✦ Daily Products for Designers
✦ Portfolio of the Day
✦ Font of the Day
✦ Color Palette of the Day
✦ Branding of the Day
✦ Articles from popular Design Blogs
✦ News from Reddit
✦ Curated Inspiration from Dribbble and Behance
✦ Inspirational posts from Instagram
✦ Job listings for Designers

and more Coming Soon! Be one of the first adopters of Designer Daily Report.                    

확장 프로그램 기본 정보

이름 Designer Daily Report Designer Daily Report
ID imjkkofdknonmlapjelmafbikikbegbi
공식 URL https://chromewebstore.google.com/detail/designer-daily-report/imjkkofdknonmlapjelmafbikikbegbi
설명 Everything about design in just 5 minutes.
파일 크기 65.9 KB
설치 횟수 28,491
현재 버전 0.1.14
최근 업데이트 2023-05-21
출시 날짜 2022-06-29
평점 4.85/5 총 379 개의 평점
개발자 https://designerdailyreport.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://designerdailyreport.com
개인정보 보호 정책 페이지 URL https://asteya.network/asteya-network-extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Designer Daily Report",
    "description": "Everything about design in just 5 minutes.",
    "version": "0.1.14",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "icons\/16.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "19": "\/icons\/19.png",
            "38": "\/icons\/38.png"
        }
    }
}