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文件

下載Valentine's Day Countdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}