Countdown

Keep track of your most important future events with a countdown on the new tab page!

Co to jest Countdown?

Countdown to rozszerzenie Chrome opracowane przez Srikar Gudipati, a jego główną funkcją jest „Keep track of your most important future events with a countdown on the new tab page!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Countdown

Pobierz pliki rozszerzeń Countdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension displays countdown timers to your most important future events in the new tab page!                    

Podstawowe informacje o rozszerzeniu

Nazwa Countdown Countdown
ID liinagkdcgnopnmeodlgmccpiaalbbpa
Oficjalny URL https://chromewebstore.google.com/detail/countdown/liinagkdcgnopnmeodlgmccpiaalbbpa
Opis Keep track of your most important future events with a countdown on the new tab page!
Rozmiar pliku 44.2 KB
Liczba instalacji 669
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2015-01-26
Data Publikacji 2015-01-26
Ocena 4.31/5 Łącznie 13 Oceny
Deweloper Srikar Gudipati
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Keep track of your most important future events with a countdown on the new tab page!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Srikar Gudipati",
    "incognito": "split",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}