Timer
Timer Chrome extention, by Pascal Pirate
Wat is Timer?
Timer is een Chrome-extensie ontwikkeld door Pascal Pirate, en de belangrijkste functie is "Timer Chrome extention, by Pascal Pirate".
Extensie Screenshots
Download het CRX-bestand van de extensie Timer
Download Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Timer |
ID | pcffggaleeohaackonphbhgdodegogej |
Officiële URL | https://chromewebstore.google.com/detail/timer/pcffggaleeohaackonphbhgdodegogej |
Beschrijving | Timer Chrome extention, by Pascal Pirate |
Bestandsgrootte | 819 KB |
Aantal Installaties | 20 |
Huidige Versie | 3.2.1 |
Laatst Bijgewerkt | 2017-03-15 |
Publicatiedatum | 2017-03-15 |
Ontwikkelaar | Pascal Pirate |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |