0x23CLOCK
Pretty Clock
什么是0x23CLOCK?
0x23CLOCK是由touchy开发的Chrome扩展程序,该扩展的主要功能是“Pretty Clock”。
扩展截图
下载0x23CLOCK扩展crx文件
下载0x23CLOCK扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A nifty clock that changes the color of the page to the hex color of time. Toggle Full Screen: 'F' based off: http://www.jacopocolo.com/hexclock/#. Source: https://github.com/seanstar12/0x23CLOCK
扩展基本信息
名称 | |
ID | lipgkofjhgkedpbcnchdhcfjgdagfpio |
官方URL | https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio |
简介 | Pretty Clock |
文件大小 | 86.61 KB |
安装次数 | 286 |
当前版本 | 0.1.2 |
更新时间 | 2014-06-20 |
上架时间 | 2014-06-20 |
评分 | 5.00/5 共1次评分 |
开发者 | touchy |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "0x23CLOCK", "version": "0.1.2", "manifest_version": 2, "description": "Pretty Clock", "icons": { "128": "images\/icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/iconPage.png" }, "permissions": [ "tabs", "background" ], "web_accessible_resources": [ "js\/*", "fonts\/*", "clock.html" ] } |