Designer Daily Report

Everything about design in just 5 minutes.

什么是Designer Daily Report?

Designer Daily Report是由https://designerdailyreport.com开发的Chrome扩展程序,该扩展的主要功能是“Everything about design in just 5 minutes.”。

扩展截图

screenshot
screenshot

下载Designer Daily Report扩展crx文件

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