Destato Clock +
Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
什麼是Destato Clock +?
Destato Clock +是由Coredes Interactive開發的Chrome擴展程式,該擴展的主要功能是“Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.”。
擴展截圖
下載Destato Clock +擴展crx文件
下載Destato Clock +擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Destato is a beautiful digital clock that pleases your eyes. It comes with an option to change colors of the background and text. Main features - Shows your current location - Current Day / Month and Year in easily readable format - Customizable colors for text and background - Clock as pop up (New) Version 1.3 ------------------ Added pop up for clock. so you can see the time from any tab
擴展基本資訊
名稱 | Destato Clock + |
ID | lfgoimkdajcjnjpjambieagncikogiop |
官方網址 | https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop |
簡介 | Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable. |
檔案大小 | 60.9 KB |
安裝次數 | 257 |
目前版本 | 1.3 |
更新時間 | 2020-02-09 |
上架時間 | 2020-02-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Coredes Interactive |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Destato Clock +", "description": "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.", "version": "1.3", "permissions": [ "https:\/\/www.google-analytics.com\/" ], "chrome_url_overrides": { "newtab": "files\/index.html" }, "browser_action": { "default_popup": "files\/popup.html" }, "short_name": "Destato Digital Clock", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |