e-clock
Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more
什麼是e-clock?
e-clock是由Yuriy Husnay開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more”。
擴展截圖
下載e-clock擴展crx文件
下載e-clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
e-clock is a new tab replacement which shows you the current time and the weather. Lets you completely customize its look and feel. ★Minimal design, decent level of customization★ ★Simple elegant, runs well★ ★Funky and very comfortable★ Features: ✔ current time and date in 24 or 12 hour format ✔ local weather forecast ✔ quick access to default apps, bookmarks, history and more ✔ plenty of customization options(backgrounds, colors, fonts, etc.) If you have any idea, feature request, question or found a bug, please, add your feedback so I can improve e-clock.
擴展基本資訊
名稱 | e-clock |
ID | ojhhcfhabhligodffabdhcaoicecaboo |
官方網址 | https://chromewebstore.google.com/detail/e-clock/ojhhcfhabhligodffabdhcaoicecaboo |
簡介 | Replace new tab page with minimalistic and customizable clock and weather with quick access to apps, bookmarks, history and more |
檔案大小 | 19.55 MB |
安裝次數 | 20,000 |
目前版本 | 3.6.1 |
更新時間 | 2019-10-15 |
上架時間 | 2019-10-15 |
評分 | 4.65/5 共 719 次評分 |
開發者 | Yuriy Husnay |
付費類型 | free |
支援的語言 | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "e-clock", "version": "3.6.1", "description": "__MSG_i18nShortDescription__", "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "permissions": [ "storage", "geolocation" ], "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |