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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Love Clock Love Clock
ID eeoomklcfgfgdhmikcglnfiobbpgbefh
官方網址 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"
    }
}