YaTab

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

Qu'est-ce que YaTab ?

YaTab est une extension Chrome développée par https://yatab.net, et sa fonction principale est "A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YaTab

Téléchargez les fichiers d'extension YaTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom YaTab YaTab
ID fkkfdilehekamhmocmkicmebbhcanobi
URL Officiel https://chromewebstore.google.com/detail/yatab/fkkfdilehekamhmocmkicmebbhcanobi
Description A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds.
Taille du Fichier 32.36 MB
Nombre d'Installations 717
Version Actuelle 4.2.1
Dernière Mise à Jour 2019-07-10
Date de Publication 2019-07-09
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://yatab.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://yatab.net/
URL de la Page d'Aide https://yatab.net/contacts.php
URL de la Page de Politique de Confidentialité https://yatab.net/privacy.php
Langues Prises en Charge 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"
}