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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Love Clock Love 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"
    }
}