Chromal New Tab

Beautiful New Tab page with a world clock widget

Chromal New Tab란 무엇입니까?

Chromal New Tab은(는) amalts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beautiful New Tab page with a world clock widget"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chromal New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A light weight beautilful new tab extension for Google Chrome. Feature a world clock, calendar and beautiful background images. Integrate with your Flickr account and display your favorite photos as chrome background.

Open Source : github.com/amalts/Chromal-New-Tab                    

확장 프로그램 기본 정보

이름 Chromal New Tab Chromal New Tab
ID baoflgfnbageibinfblljpckkgdoaknl
공식 URL https://chrome.google.com/webstore/detail/chromal-new-tab/baoflgfnbageibinfblljpckkgdoaknl
설명 Beautiful New Tab page with a world clock widget
파일 크기 203 KB
설치 횟수 175
현재 버전 0.0.0.15
최근 업데이트 2015-08-18
출시 날짜 2015-08-18
평점 5.00/5 총 13 개의 평점
개발자 amalts
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/amalts
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromal New Tab",
    "short_name": "Chromal",
    "description": "Beautiful New Tab page with a world clock widget",
    "version": "0.0.0.15",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "*:\/\/*.staticflickr.com\/*",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.flickr.com\/; object-src 'self'"
}