Time Icon

View the current time from the chrome extension bar. Right click on the time icon for the full date.

什麼是Time Icon?

Time Icon是由Brandon Fowler開發的Chrome擴展程式,該擴展的主要功能是“View the current time from the chrome extension bar. Right click on the time icon for the full date.”。

擴展截圖

screenshot

下載Time Icon擴展crx文件

下載Time Icon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible.

When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format.

The extension uses the time of your computer, so you can change the timezone in your computer's settings.                    

擴展基本資訊

名稱 Time Icon Time Icon
ID piobjonapfjjnenpemdbklflkcbdnlcg
官方網址 https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg
簡介 View the current time from the chrome extension bar. Right click on the time icon for the full date.
檔案大小 7.29 KB
安裝次數 30
目前版本 1.2.2
更新時間 2023-01-03
上架時間 2019-10-09
開發者 Brandon Fowler
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Icon",
    "version": "1.2.2",
    "permissions": [
        "alarms",
        "storage"
    ],
    "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "options_page": "options.html",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}