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