#365ArtCalendar

365 Artworks to start your day with creativity! Produced by Japanese design studio monopo in collaboration with 53 artists.

#365ArtCalendar란 무엇입니까?

#365ArtCalendar은(는) monopo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "365 Artworks to start your day with creativity! Produced by Japanese design studio monopo in collaboration with 53 artists."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

#365ArtCalendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        365 Artworks to start your day with creativity!
Produced by Japanese design studio monopo in collaboration with 53 artists, 
#365 Art Calendar is a product of collective creativity to inspire your everyday life! 

Add #365 Art Calendar Chrome extension and enjoy a new artwork everyday anytime you launch the browser or when you open a new tab!


イラスト、写真、グラフィックデザイン。
53名のクリエイターとmonopoによる日めくりカレンダー。

365日、クリエイターの作品が日替わりで表示されるエクステンションです。
ブラウザを立ち上げた時や、新規のタブを開いた時に、
総勢53名のクリエイターの作品を毎日楽しむことができます。

1日の始まりに、クリエティブな作品を。
あなたの2019年を、クリエティブな毎日に。


プロダクトの日めくりカレンダーも、こちらから販売しています。
https://365cal.monopo.co.jp/                    

확장 프로그램 기본 정보

이름 #365ArtCalendar #365ArtCalendar
ID iejoafckndcnmdpkpogpfgcmflkgcfjm
공식 URL https://chromewebstore.google.com/detail/365artcalendar/iejoafckndcnmdpkpogpfgcmflkgcfjm
설명 365 Artworks to start your day with creativity! Produced by Japanese design studio monopo in collaboration with 53 artists.
파일 크기 128 MB
설치 횟수 223
현재 버전 1.0.4
최근 업데이트 2019-01-06
출시 날짜 2019-01-05
개발자 monopo
결제 유형 free
확장 프로그램 웹 사이트 https://365cal.monopo.co.jp/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "#365ArtCalendar",
    "version": "1.0.4",
    "description": "365 Artworks to start your day with creativity! Produced by Japanese design studio monopo in collaboration with 53 artists.",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "background": {
        "scripts": [
            ".\/js\/bg.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}