Timer
Timer Chrome extention, by Pascal Pirate
Was ist Timer?
Timer ist eine Chrome-Erweiterung, die von Pascal Pirate entwickelt wurde, und ihr Hauptmerkmal ist "Timer Chrome extention, by Pascal Pirate".
Erweiterungsscreenshots
Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
Offizielle URL | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Beschreibung | Timer Chrome extention, by Pascal Pirate |
Dateigröße | 819 KB |
Installationsanzahl | 20 |
Aktuelle Version | 3.2.1 |
Letztes Update | 2017-03-15 |
Veröffentlichungsdatum | 2017-03-15 |
Entwickler | Pascal Pirate |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |