Countdown

Customizable countdown...

Τι είναι το Countdown;

Το Countdown είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kikoogay, και η κύρια λειτουργία του είναι "Customizable countdown...".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Countdown

Λήψη αρχείων επέκτασης Countdown σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
Επίσημο URL https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
Περιγραφή Customizable countdown...
Μέγεθος Αρχείου 31.1 KB
Αριθμός Εγκαταστάσεων 28
Τρέχουσα Έκδοση 0.9
Τελευταία Ενημέρωση 2014-10-16
Ημερομηνία Δημοσίευσης 2014-10-15
Αξιολόγηση 2.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής kikoogay
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}