Little Timer

Only 8 type timers

Co to jest Little Timer?

Little Timer to rozszerzenie Chrome opracowane przez newstep, a jego główną funkcją jest „Only 8 type timers”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Little Timer

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

                        Features
 - Set timer by one click.
 - Notify by new tab after the time has elapsed.
 - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes.
 - Remaining time is displayed on the right bottom of the icon.
 - Notify with a message if you enter a message.                    

Podstawowe informacje o rozszerzeniu

Nazwa Little Timer Little Timer
ID hoojobmcgpegpdbaagmopahobnnnhhmh
Oficjalny URL https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh
Opis Only 8 type timers
Rozmiar pliku 20.62 KB
Liczba instalacji 374
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2017-02-07
Data Publikacji 2017-02-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper newstep
Typ Płatności free
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Timer",
    "description": "__MSG_extDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "timer16.png",
            "19": "timer19.png",
            "128": "timer128.png"
        },
        "default_title": "Little Timer",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "background"
    ],
    "icons": {
        "19": "timer19.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}