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 |
公式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 |
Eメール | [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 } |