Timer

Timer Chrome extention, by Pascal Pirate

Vad är Timer?

Timer är en Chrome-tillägg utvecklad av Pascal Pirate, och dess huvudfunktion är "Timer Chrome extention, by Pascal Pirate".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Timer-förlängningens CRX-fil

Ladda ner Timer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Timer Timer
ID pcffggaleeohaackonphbhgdodegogej
Officiell webbadress https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej
Beskrivning Timer Chrome extention, by Pascal Pirate
Filstorlek 819 KB
Antal Installationer 20
Aktuell Version 3.2.1
Senast Uppdaterad 2017-03-15
Publiceringsdatum 2017-03-15
Utvecklare Pascal Pirate
Betalningssätt free
Stödda Språk 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\/"
    ]
}