Timer: the Simple Timer
A simple,minimalist 25 minutes timer.
Wat is Timer: the Simple Timer?
Timer: the Simple Timer is een Chrome-extensie ontwikkeld door valya.situation, en de belangrijkste functie is "A simple,minimalist 25 minutes timer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Timer: the Simple Timer
Download Timer: the Simple 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
One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.
Basisinformatie over de Extensie
Naam | |
ID | pbncilcogkcfjdfbdaikpofojdcfgplo |
Officiële URL | https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo |
Beschrijving | A simple,minimalist 25 minutes timer. |
Bestandsgrootte | 100 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2019-08-03 |
Publicatiedatum | 2019-08-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | valya.situation |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Timer.png", "default_title": "Timer" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "Timer_128.png", "16": "Timer_16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "offline_enabled": true, "omnibox": { "keyword": "Timer" }, "options_ui": { "chrome_style": true, "open_in_tab": false, "page": "options.html" }, "permissions": [ "notifications", "storage" ], "short_name": "Timer", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.8" } |