YaTab

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

ما هو YaTab؟

YaTab هو إضافة Chrome تم تطويرها بواسطة https://yatab.net، والميزة الرئيسية لها هي "A simple new tab page, with a personal dashboard featuring weather, to-do, notes and beautiful backgrounds.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YaTab

قم بتنزيل ملفات الامتداد YaTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://yatab.net/contacts.php
عنوان صفحة سياسة الخصوصية 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"
}