Designer Daily Report

Everything about design in just 5 minutes.

Что такое Designer Daily Report?

Designer Daily Report - это расширение Chrome, разработанное https://designerdailyreport.com, и его основная функция - "Everything about design in just 5 minutes.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Designer Daily Report

Скачайте файлы расширений Designer Daily Report в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    }
}