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是由Agustin Bosso開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
ID | lbhkibbnhbkppaidinikfepgfhegmoak |
官方網址 | 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 } |