Little Timer
Only 8 type timers
Wat is Little Timer?
Little Timer is een Chrome-extensie ontwikkeld door newstep, en de belangrijkste functie is "Only 8 type timers".
Extensie Screenshots
Download het CRX-bestand van de extensie Little Timer
Download Little 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
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
Basisinformatie over de Extensie
Naam | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
Officiële URL | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
Beschrijving | Only 8 type timers |
Bestandsgrootte | 20.62 KB |
Aantal Installaties | 374 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2017-02-07 |
Publicatiedatum | 2017-02-07 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | newstep |
Betalingswijze | free |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |