Designer Daily Report

Everything about design in just 5 minutes.

Co to jest Designer Daily Report?

Designer Daily Report to rozszerzenie Chrome opracowane przez https://designerdailyreport.com, a jego główną funkcją jest „Everything about design in just 5 minutes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Designer Daily Report

Pobierz pliki rozszerzeń Designer Daily Report w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Designer Daily Report Designer Daily Report
ID imjkkofdknonmlapjelmafbikikbegbi
Oficjalny URL https://chromewebstore.google.com/detail/designer-daily-report/imjkkofdknonmlapjelmafbikikbegbi
Opis Everything about design in just 5 minutes.
Rozmiar pliku 65.9 KB
Liczba instalacji 28,491
Aktualna Wersja 0.1.14
Ostatnia Aktualizacja 2023-05-21
Data Publikacji 2022-06-29
Ocena 4.85/5 Łącznie 379 Oceny
Deweloper https://designerdailyreport.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://designerdailyreport.com
Adres URL Strony Polityki Prywatności https://asteya.network/asteya-network-extensions-privacy-policy
Obsługiwane Języki 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"
        }
    }
}