Simple Timer
Just a Simple Timer
Wat is Simple Timer?
Simple Timer is een Chrome-extensie ontwikkeld door Moshiyo, en de belangrijkste functie is "Just a Simple Timer".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Timer
Download 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
Just a very simple timer that no body will use it except the developer, it start count when you click on it and display reset when you click other pages.
Basisinformatie over de Extensie
Naam | Simple Timer |
ID | fjmpolfnndbkhpefbgadnlkcgnohjbeo |
Officiële URL | https://chromewebstore.google.com/detail/simple-timer/fjmpolfnndbkhpefbgadnlkcgnohjbeo |
Beschrijving | Just a Simple Timer |
Bestandsgrootte | 18.05 KB |
Aantal Installaties | 104 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-09-30 |
Publicatiedatum | 2013-09-29 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Moshiyo |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Timer", "version": "0.1", "description": "Just a Simple Timer", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Moshiyo", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |