Zen tab: Beautiful, simple new tab

Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.

Zen tab: Beautiful, simple new tab란 무엇입니까?

Zen tab: Beautiful, simple new tab은(는) Agustin Bosso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Zen tab: Beautiful, simple new tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zen-tab BETA. 

WARNING: If your connection is slow the first landscapes will take some time to load, until some of them get cached.

A "new tab" extension to change the default one with simple widgets and landscapes based on your local weather. Simple, beautiful, useful.

Features:
- Rotating landscapes based on your local weather
- Date and time
- Weather and forecast
- Most visited websites
- Quick access to bookmarks
- Optional rain effect
- Quick notepad
- Save and recover your favorites landscapes                    

확장 프로그램 기본 정보

이름 Zen tab: Beautiful, simple new tab Zen tab: Beautiful, simple new tab
ID lbhkibbnhbkppaidinikfepgfhegmoak
공식 URL https://chromewebstore.google.com/detail/zen-tab-beautiful-simple/lbhkibbnhbkppaidinikfepgfhegmoak
설명 Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.
파일 크기 4.61 MB
설치 횟수 10,000
현재 버전 1.18.1
최근 업데이트 2022-05-17
출시 날짜 2020-06-03
평점 3.51/5 총 261 개의 평점
개발자 Agustin Bosso
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://zen-tab.com
개인정보 보호 정책 페이지 URL http://zen-tab.com/legal/privacepolicy.html
지원되는 언어 en-GB,en-US,ca,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen tab: Beautiful, simple new tab",
    "short_name": "Zen tab",
    "description": "Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.",
    "default_locale": "en_GB",
    "version": "1.18.1",
    "icons": {
        "16": "zentab_16.png",
        "32": "zentab_32.png",
        "48": "zentab_48.png",
        "128": "zentab_128.png"
    },
    "incognito": "split",
    "permissions": [
        "geolocation",
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "http:\/\/query.yahooapis.com\/v1\/public\/*",
        "http:\/\/weather.yahooapis.com\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "http:\/\/zen-tab.com\/*",
        "https:\/\/zen-tab.com\/*",
        "https:\/\/*.staticflickr.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/zen-tab.com; object-src 'self'",
    "manifest_version": 2
}