Calendar Block

The previous year and upcoming year on the calendar shown in one big block.

Calendar Block란 무엇입니까?

Calendar Block은(는) Torisbel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The previous year and upcoming year on the calendar shown in one big block."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Calendar Block 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The structure of this calendar makes it much more useful than a regular monthly calendar by lining all the weeks end to end.

Also, calendars that start with January 1st aren't very useful because we're not interested in the past much. It's what's coming up ahead that we care to see and this calendar delivers it beautifully!

This extension shows the previous year and upcoming year by the week in one long continuous block, starting 12 months in the past and going for 12 months into the future. The past on a calendar is not that useful so this calendar opens up on the present but you can scroll back up to see the previous 12 months as needed.                    

확장 프로그램 기본 정보

이름 Calendar Block Calendar Block
ID adlgciholbhcgjhkgnkcppodnflfodni
공식 URL https://chromewebstore.google.com/detail/calendar-block/adlgciholbhcgjhkgnkcppodnflfodni
설명 The previous year and upcoming year on the calendar shown in one big block.
파일 크기 278 KB
설치 횟수 3,091
현재 버전 1.7
최근 업데이트 2016-11-16
출시 날짜 2016-11-16
평점 4.29/5 총 31 개의 평점
개발자 Torisbel
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calendar Block",
    "version": "1.7",
    "description": "The previous year and upcoming year on the calendar shown in one big block.",
    "icons": {
        "16": "calendar16.png",
        "48": "calendar48.png",
        "128": "calendar128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "calendar16.png",
        "default_title": "Calendar Block",
        "default_popup": "popup.htm"
    }
}