Approaching

Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.

Co to jest Approaching?

Approaching to rozszerzenie Chrome opracowane przez http://natedelage.com, a jego główną funkcją jest „Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Approaching

Pobierz pliki rozszerzeń Approaching 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

                        Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa Approaching Approaching
ID pfeinjabklfaiidkiifdbknijemhkjok
Oficjalny URL https://chrome.google.com/webstore/detail/approaching/pfeinjabklfaiidkiifdbknijemhkjok
Opis Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
Rozmiar pliku 208 KB
Liczba instalacji 121
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-06-15
Data Publikacji 2015-06-15
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper http://natedelage.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Approaching",
    "short_name": "Approaching",
    "description": "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}