Designer Daily Report

Everything about design in just 5 minutes.

Wat is Designer Daily Report?

Designer Daily Report is een Chrome-extensie ontwikkeld door https://designerdailyreport.com, en de belangrijkste functie is "Everything about design in just 5 minutes.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Designer Daily Report

Download Designer Daily Report-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Designer Daily Report Designer Daily Report
ID imjkkofdknonmlapjelmafbikikbegbi
Officiële URL https://chromewebstore.google.com/detail/designer-daily-report/imjkkofdknonmlapjelmafbikikbegbi
Beschrijving Everything about design in just 5 minutes.
Bestandsgrootte 65.9 KB
Aantal Installaties 28,491
Huidige Versie 0.1.14
Laatst Bijgewerkt 2023-05-21
Publicatiedatum 2022-06-29
Beoordeling 4.85/5 Totaal 379 Beoordelingen
Ontwikkelaar https://designerdailyreport.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://designerdailyreport.com
URL van de Privacybeleid Pagina https://asteya.network/asteya-network-extensions-privacy-policy
Ondersteunde Talen 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"
        }
    }
}