Timer
Timer Chrome extention, by Pascal Pirate
Hvad er Timer?
Timer er en Chrome-udvidelse udviklet af Pascal Pirate, og dens hovedfunktion er "Timer Chrome extention, by Pascal Pirate".
Udvidelsesskærmbilleder
Download Timer-udvidelses-CRX-fil
Download Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
Officiel URL | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Beskrivelse | Timer Chrome extention, by Pascal Pirate |
Filstørrelse | 819 KB |
Antal Installationer | 20 |
Nuværende Version | 3.2.1 |
Senest Opdateret | 2017-03-15 |
Udgivelsesdato | 2017-03-15 |
Udvikler | Pascal Pirate |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |