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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
}