Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
什么是Funkyclock?
Funkyclock是由@E#i°开发的Chrome扩展程序,该扩展的主要功能是“Displays the current time and date in different exceptional ways. Also provides a unique alarm function”。
扩展截图
下载Funkyclock扩展crx文件
下载Funkyclock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension represents a digital clock which displays the current time and date. It's customizable and contains some nice animations and styles. Just try it out!
For all who just want to enjoy the browsing and not constantly see the time.
||||||||||||||||||||||||||||||||||
Following languages are supported:
||| English
||| Deutsch
||| Français
||| Italiano
||| Español
||| Suomi
||| Norske
||| Svenskt
||| Dansk
||| Nederlands
Feedback and improvement suggestions:
||| [email protected]
|||||||||||||||||||||||||||||||||| 扩展基本信息
| 名称 | |
| ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
| 官方URL | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
| 简介 | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
| 文件大小 | 405 KB |
| 安装次数 | 199 |
| 当前版本 | 2.1 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 4.30/5 共10次评分 |
| 开发者 | @E#i° |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Funkyclock",
"version": "2.1",
"manifest_version": 2,
"description": "Displays the current time and date in different exceptional ways. Also provides a unique alarm function",
"browser_action": {
"default_icon": "funkyclock.png",
"default_popup": "funkyclock.html"
},
"background": {
"scripts": [
"background.js"
]
},
"sandbox": {
"pages": [
"raphael.js"
]
},
"permissions": [
"notifications",
"background"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icons\/funkyclocksmall.png",
"48": "icons\/funkyclockmedium.png",
"128": "icons\/funkyclockbig.png"
},
"offline_enabled": true
} | |