Simple Stopwatch
Very simple, stupid stopwatch
Wat is Simple Stopwatch?
Simple Stopwatch is een Chrome-extensie ontwikkeld door https://rozbicki.me, en de belangrijkste functie is "Very simple, stupid stopwatch".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Stopwatch
Download Simple Stopwatch-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
v1.0 Very simple stopwatch/alarm with predefined alarms (2, 3, 5, 10, 15, 20, 25, 30 minutes) Notes: - this is a proof of concept - please send your feature requests
Basisinformatie over de Extensie
Naam | Simple Stopwatch |
ID | cllcljeapohpjnhageklhknbhgpjfkkb |
Officiële URL | https://chromewebstore.google.com/detail/simple-stopwatch/cllcljeapohpjnhageklhknbhgpjfkkb |
Beschrijving | Very simple, stupid stopwatch |
Bestandsgrootte | 35 KB |
Aantal Installaties | 402 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-04-17 |
Publicatiedatum | 2017-04-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://rozbicki.me |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Stopwatch", "description": "Very simple, stupid stopwatch", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "alarms", "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |