Valentine's Day Countdown

A countdown till valentine's day!

Valentine's Day Countdown란 무엇입니까?

Valentine's Day Countdown은(는) https://www.romantikeren.dk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A countdown till valentine's day!"입니다.

확장 프로그램 스크린샷

screenshot

Valentine's Day Countdown 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever forgotten Valentine’s Day? Every year, thousands of people around the world forget the most important day for couples – and it’s a romantic disaster! Luckily, it won’t happen to you any more! This cute little Chrome Extension helps you remember Valentine’s Day every year! It’s a simple but VERY effective Chrome Extension that counts down to Valentine’s each day. So when Valentine’s Day is approaching, you have more than enough time to find a nice surprise or gift for your partner. And of course, it’s completely free! What’s not to love about the love countdown? Add this romantic countdown Chrome Extension for Valentine’s Day to your browser now and make your love life much easier. It’s as simple as that. With Love from Romantikeren.dk <3                    

확장 프로그램 기본 정보

이름 Valentine's Day Countdown Valentine's Day Countdown
ID dffllccglplkojghnfjojhfldmnehnjh
공식 URL https://chromewebstore.google.com/detail/valentines-day-countdown/dffllccglplkojghnfjojhfldmnehnjh
설명 A countdown till valentine's day!
파일 크기 78.56 KB
설치 횟수 156
현재 버전 1.0.0
최근 업데이트 2017-06-13
출시 날짜 2017-06-13
평점 4.00/5 총 4 개의 평점
개발자 https://www.romantikeren.dk
결제 유형 free
확장 프로그램 웹 사이트 http://www.romantikeren.dk/category/valentinsdag
도움말 페이지 URL http://www.romantikeren.dk/om-romantikeren-dk
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Valentine's Day Countdown",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "A countdown till valentine's day!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Valentine's Day Countdown"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/moment.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    }
}