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文件

下載YaTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}