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
公式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
Eメール [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"
}