Designer Daily Report

Everything about design in just 5 minutes.

Qu'est-ce que Designer Daily Report ?

Designer Daily Report est une extension Chrome développée par https://designerdailyreport.com, et sa fonction principale est "Everything about design in just 5 minutes.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Designer Daily Report

Téléchargez les fichiers d'extension Designer Daily Report au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Designer Daily Report Designer Daily Report
ID imjkkofdknonmlapjelmafbikikbegbi
URL Officiel https://chromewebstore.google.com/detail/designer-daily-report/imjkkofdknonmlapjelmafbikikbegbi
Description Everything about design in just 5 minutes.
Taille du Fichier 65.9 KB
Nombre d'Installations 28,491
Version Actuelle 0.1.14
Dernière Mise à Jour 2023-05-21
Date de Publication 2022-06-29
Évaluation 4.85/5 Total 379 Évaluations
Développeur https://designerdailyreport.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://designerdailyreport.com
URL de la Page de Politique de Confidentialité https://asteya.network/asteya-network-extensions-privacy-policy
Langues Prises en Charge 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"
        }
    }
}