Tea Timer
This extension is a simple timer (mostly used for tea infusion)
Wat is Tea Timer?
Tea Timer is een Chrome-extensie ontwikkeld door daniele.armellini, en de belangrijkste functie is "This extension is a simple timer (mostly used for tea infusion)".
Download het CRX-bestand van de extensie Tea Timer
Download Tea 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
Basisinformatie over de Extensie
Naam | Tea Timer |
ID | jpabmnfmofgmaabbhjifhnkjoaepmkpb |
Officiële URL | https://chromewebstore.google.com/detail/tea-timer/jpabmnfmofgmaabbhjifhnkjoaepmkpb |
Beschrijving | This extension is a simple timer (mostly used for tea infusion) |
Bestandsgrootte | 36.87 KB |
Aantal Installaties | 48 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-11-01 |
Publicatiedatum | 2017-11-01 |
Beoordeling | 4.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | daniele.armellini |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tea Timer", "short_name": "Tea Timer", "description": "This extension is a simple timer (mostly used for tea infusion)", "version": "1.0", "author": "Daniele Armellini", "icons": { "128": "tea-ended.png" }, "browser_action": { "default_icon": "tea-normal.png", "default_popup": "popup.html", "default_title": "Click here!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "storage" ] } |