CalendarWeek

Shows the current calendar week and calculate a calendar week for any date.

CalendarWeek란 무엇입니까?

CalendarWeek은(는) https://daniel.schmitz-huebsch.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the current calendar week and calculate a calendar week for any date."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Extension adds a button to your browser toolbar showing the current calendar week. Click the icon and calculate a calendar week and week day with a date-picker. The calculation is based on ISO 8601.

Simply announce to comments.

Update 1.2:
New icon to show calendar week.                    

확장 프로그램 기본 정보

이름 CalendarWeek CalendarWeek
ID pkmjkmagmdipoioaihlbahnkjhpappjm
공식 URL https://chromewebstore.google.com/detail/calendarweek/pkmjkmagmdipoioaihlbahnkjhpappjm
설명 Shows the current calendar week and calculate a calendar week for any date.
파일 크기 168 KB
설치 횟수 7,213
현재 버전 1.2
최근 업데이트 2016-07-31
출시 날짜 2016-07-31
평점 3.69/5 총 26 개의 평점
개발자 https://daniel.schmitz-huebsch.net
결제 유형 free
지원되는 언어 de,en,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "version": "1.2",
    "manifest_version": 2,
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon_alt.png",
        "48": "icons\/icon48_alt.png",
        "128": "icons\/icon128_alt.png"
    },
    "browser_action": {
        "default_title": "__MSG_browser_action_default_title__",
        "default_icon": "icons\/icon_alt.png",
        "default_popup": "views\/popup.html"
    }
}