Zen tab: Beautiful, simple new tab

Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.

Zen tab: Beautiful, simple new tabคืออะไร?

Zen tab: Beautiful, simple new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agustin Bosso และคุณลักษณะหลักของมันคือ "Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zen tab: Beautiful, simple new tab

ดาวน์โหลดไฟล์ส่วนขยาย Zen tab: Beautiful, simple new tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Zen-tab BETA. 

WARNING: If your connection is slow the first landscapes will take some time to load, until some of them get cached.

A "new tab" extension to change the default one with simple widgets and landscapes based on your local weather. Simple, beautiful, useful.

Features:
- Rotating landscapes based on your local weather
- Date and time
- Weather and forecast
- Most visited websites
- Quick access to bookmarks
- Optional rain effect
- Quick notepad
- Save and recover your favorites landscapes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zen tab: Beautiful, simple new tab Zen tab: Beautiful, simple new tab
ID lbhkibbnhbkppaidinikfepgfhegmoak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zen-tab-beautiful-simple/lbhkibbnhbkppaidinikfepgfhegmoak
คำอธิบาย Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.
ขนาดไฟล์ 4.61 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.18.1
อัปเดตครั้งล่าสุด 2022-05-17
วันที่เผยแพร่ 2020-06-03
คะแนน 3.51/5 รวมทั้งหมด 261 คะแนน
ผู้พัฒนา Agustin Bosso
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://zen-tab.com
URL หน้านโยบายความเป็นส่วนตัว http://zen-tab.com/legal/privacepolicy.html
ภาษาที่รองรับ en-GB,en-US,ca,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen tab: Beautiful, simple new tab",
    "short_name": "Zen tab",
    "description": "Change your default new tab for a new one with widgets and landscapes based on your local weather. Simple, beautiful, useful.",
    "default_locale": "en_GB",
    "version": "1.18.1",
    "icons": {
        "16": "zentab_16.png",
        "32": "zentab_32.png",
        "48": "zentab_48.png",
        "128": "zentab_128.png"
    },
    "incognito": "split",
    "permissions": [
        "geolocation",
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "http:\/\/query.yahooapis.com\/v1\/public\/*",
        "http:\/\/weather.yahooapis.com\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "http:\/\/zen-tab.com\/*",
        "https:\/\/zen-tab.com\/*",
        "https:\/\/*.staticflickr.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/zen-tab.com; object-src 'self'",
    "manifest_version": 2
}