Valentine's Day Countdown

A countdown till valentine's day!

Cos'è Valentine's Day Countdown?

Valentine's Day Countdown è un'estensione di Chrome sviluppata da https://www.romantikeren.dk, e la sua funzione principale è "A countdown till valentine's day!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Valentine's Day Countdown

Scarica i file di estensione Valentine's Day Countdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Valentine's Day Countdown Valentine's Day Countdown
ID dffllccglplkojghnfjojhfldmnehnjh
URL Ufficiale https://chromewebstore.google.com/detail/valentines-day-countdown/dffllccglplkojghnfjojhfldmnehnjh
Descrizione A countdown till valentine's day!
Dimensione del File 78.56 KB
Conteggio Installazioni 156
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-06-13
Data di Pubblicazione 2017-06-13
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://www.romantikeren.dk
Tipo di Pagamento free
Sito Web dell'Estensione http://www.romantikeren.dk/category/valentinsdag
URL della Pagina di Aiuto http://www.romantikeren.dk/om-romantikeren-dk
Lingue Supportate 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
    }
}