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
Eメール [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"
        }
    }
}