ShowTime

Extension to show the current time and date

什么是ShowTime?

ShowTime是由prateek.mehta开发的Chrome扩展程序,该扩展的主要功能是“Extension to show the current time and date”。

扩展截图

screenshot

下载ShowTime扩展crx文件

下载ShowTime扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - Use the ShowTime extension to see the current time and date
- This extension demonstrates the use of the Browser-Action component
provided by the Google Chrome Extensions framework
- It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)                    

扩展基本信息

名称 ShowTime ShowTime
ID fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
官方URL https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb
简介 Extension to show the current time and date
文件大小 14.5 KB
安装次数 215
当前版本 1.2
更新时间 2016-03-24
上架时间 2016-03-23
评分 3.00/5 共2次评分
开发者 prateek.mehta
电子邮箱 [email protected]
付费类型 free
扩展官网 http://pixdip.com/extensions
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShowTime",
    "description": "Extension to show the current time and date",
    "version": "1.2",
    "browser_action": {
        "default_title": "ShowTime",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}