Love Clock

Bring joy to your life every time you open a new tab with this beautiful animated clock.

What is Love Clock?

Love Clock is a Chrome extension developed by http://studiolovelock.com, and its main feature is "Bring joy to your life every time you open a new tab with this beautiful animated clock.".

Extension Screenshots

screenshot

Download Love Clock Extension CRX File

Download Love Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Bring joy to your life every time you open a new tab with this beautiful animated clock.                    

Extension Basic Information

Name Love Clock Love Clock
ID eeoomklcfgfgdhmikcglnfiobbpgbefh
Official URL https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh
Description Bring joy to your life every time you open a new tab with this beautiful animated clock.
File Size 3.56 MB
Installation Count 1,000
Current Version 0.0.0.2
Last Updated 2016-04-22
Publish Date 2016-04-22
Rating 3.38/5 Total 16 Ratings
Developer http://studiolovelock.com
Email [email protected]
Payment Type free
Extension Website http://www.studiolovelock.com/loveclock/
Supported Languages 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"
    }
}