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
官方URL 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
}