Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
什么是Love Clock?
Love Clock是由http://studiolovelock.com开发的Chrome扩展程序,该扩展的主要功能是“Bring joy to your life every time you open a new tab with this beautiful animated clock.”。
扩展截图
下载Love Clock扩展crx文件
下载Love Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bring joy to your life every time you open a new tab with this beautiful animated clock.
扩展基本信息
名称 | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
官方URL | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
简介 | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
文件大小 | 3.56 MB |
安装次数 | 1,000 |
当前版本 | 0.0.0.2 |
更新时间 | 2016-04-22 |
上架时间 | 2016-04-22 |
评分 | 3.38/5 共16次评分 |
开发者 | http://studiolovelock.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.studiolovelock.com/loveclock/ |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Love Clock", "description": "Bring joy to your life every time you open a new tab with this beautiful animated clock.", "version": "0.0.0.2", "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*", "fonts\/*" ], "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "32": "img\/favicon_32.ico", "64": "img\/favicon_64.ico" } } |