Timer

Timer Chrome extention, by Pascal Pirate

Co je Timer?

Timer je rozšíření Chrome vyvinuté Pascal Pirate, a jeho hlavní funkcí je „Timer Chrome extention, by Pascal Pirate“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Timer

Stáhněte si soubory rozšíření Timer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
Oficiální URL https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Popis Timer Chrome extention, by Pascal Pirate
Velikost souboru 819 KB
Počet instalací 20
Aktuální Verze 3.2.1
Poslední Aktualizace 2017-03-15
Datum Vydání 2017-03-15
Vývojář Pascal Pirate
Typ Platby free
Podporované Jazyky 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\/"
    ]
}