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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}