Timer

Timer Chrome extention, by Pascal Pirate

Co to jest Timer?

Timer to rozszerzenie Chrome opracowane przez Pascal Pirate, a jego główną funkcją jest „Timer Chrome extention, by Pascal Pirate”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Timer

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

                        Simple no thrills timer.  Able to set multiple timers with ability to label them. Set length of time and it ticks away pause, continue, and restart when done.  Keeps track of amount of paused time and the amount of time left. Additionally the time the timer was started and the current time are displayed When time is up alarm sounds.  Thanks SoundBible.com for the sounds.                    

Podstawowe informacje o rozszerzeniu

Nazwa Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
Oficjalny URL https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Opis Timer Chrome extention, by Pascal Pirate
Rozmiar pliku 819 KB
Liczba instalacji 20
Aktualna Wersja 3.2.1
Ostatnia Aktualizacja 2017-03-15
Data Publikacji 2017-03-15
Deweloper Pascal Pirate
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Timer",
    "description": "Timer Chrome extention, by Pascal Pirate",
    "version": "3.2.1",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "hourglass.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "hourglass.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}