YaTab

A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds.

YaTab란 무엇입니까?

YaTab은(는) https://yatab.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        YaTab allows you to add a new and innovative new-tab interface. Once installed, you will find the following features:

- Weather
- To-Do
- Notes 
- Bookmarks
- Browser History

Along with beautiful backgrounds. 

-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-=x=-

By clicking "Add to chrome", I accept and agree to installing the Yatab Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Privacy Policy:
https://yatab.net/privacy.php

Terms of Use:
https://yatab.net/terms.php

Contacts:
https://yatab.net/contacts.php

About Us:
https://yatab.net/about.php                    

확장 프로그램 기본 정보

이름 YaTab YaTab
ID fkkfdilehekamhmocmkicmebbhcanobi
공식 URL https://chromewebstore.google.com/detail/yatab/fkkfdilehekamhmocmkicmebbhcanobi
설명 A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds.
파일 크기 32.36 MB
설치 횟수 717
현재 버전 4.2.1
최근 업데이트 2019-07-10
출시 날짜 2019-07-09
평점 3.00/5 총 2 개의 평점
개발자 https://yatab.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://yatab.net/
도움말 페이지 URL https://yatab.net/contacts.php
개인정보 보호 정책 페이지 URL https://yatab.net/privacy.php
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Open New Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "js\/background.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "newtab.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self'",
    "manifest_version": 2,
    "name": "YaTab",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "tabs",
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/*",
        "browsingData",
        "history"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.1"
}