YaTab

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

YaTab क्या है?

YaTab https://yatab.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YaTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}