Designer Daily Report

Everything about design in just 5 minutes.

What is Designer Daily Report?

Designer Daily Report is a Chrome extension developed by https://designerdailyreport.com, and its main feature is "Everything about design in just 5 minutes.".

Extension Screenshots

screenshot
screenshot

Download Designer Daily Report Extension CRX File

Download Designer Daily Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Designer Daily Report Designer Daily Report
ID imjkkofdknonmlapjelmafbikikbegbi
Official URL https://chromewebstore.google.com/detail/designer-daily-report/imjkkofdknonmlapjelmafbikikbegbi
Description Everything about design in just 5 minutes.
File Size 65.9 KB
Installation Count 28,491
Current Version 0.1.14
Last Updated 2023-05-21
Publish Date 2022-06-29
Rating 4.85/5 Total 379 Ratings
Developer https://designerdailyreport.com
Email [email protected]
Payment Type free
Extension Website https://designerdailyreport.com
Privacy Policy Page URL https://asteya.network/asteya-network-extensions-privacy-policy
Supported Languages 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"
        }
    }
}