Stendig Calendar Tab
A tab replacement based on the iconic Stendig Calendar
Stendig Calendar Tab란 무엇입니까?
Stendig Calendar Tab은(는) Quick Left에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tab replacement based on the iconic Stendig Calendar"입니다.
확장 프로그램 스크린샷
Stendig Calendar Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Stendig Calendar was designed in 1966 by Massimo Vignelli and taken that year into the Design collection of the Museum of Modern Art in New York. This extension replaces the default new tab page with a Stendig calendar for the current month.
확장 프로그램 기본 정보
이름 | Stendig Calendar Tab |
ID | afdhlpappobhcghgnjgkgacfmnjgibga |
공식 URL | https://chromewebstore.google.com/detail/stendig-calendar-tab/afdhlpappobhcghgnjgkgacfmnjgibga |
설명 | A tab replacement based on the iconic Stendig Calendar |
파일 크기 | 583 KB |
설치 횟수 | 270 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2015-03-01 |
출시 날짜 | 2015-03-01 |
평점 | 2.75/5 총 4 개의 평점 |
개발자 | Quick Left |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stendig Calendar Tab", "version": "1.3.0", "manifest_version": 2, "description": "A tab replacement based on the iconic Stendig Calendar", "homepage_url": "http:\/\/stendigcalendar.website\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/newtab.html" }, "permissions": [ "storage", "https:\/\/unsplash-api.herokuapp.com\/", "https:\/\/unsplash.imgix.net\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |