Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
什麼是Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings是由Naruth Kongurai開發的Chrome擴展程式,該擴展的主要功能是“A beautiful new tab page that displays a digital 12-hour format clock.”。
擴展截圖
下載Beautiful Digital Clock with Greetings擴展crx文件
下載Beautiful Digital Clock with Greetings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
擴展基本資訊
名稱 | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
官方網址 | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
簡介 | A beautiful new tab page that displays a digital 12-hour format clock. |
檔案大小 | 55.11 KB |
安裝次數 | 83 |
目前版本 | 1.0 |
更新時間 | 2018-09-25 |
上架時間 | 2018-09-25 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Naruth Kongurai |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.naruthk.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |