Timer Mulp
Make Timer great again.
Wat is Timer Mulp?
Timer Mulp is een Chrome-extensie ontwikkeld door Gilnom, en de belangrijkste functie is "Make Timer great again.".
Extensie Screenshots
Download het CRX-bestand van de extensie Timer Mulp
Download Timer Mulp-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
The timer is easy to use. Has: 1. 2 types of time input. 2. Displays the remaining time on the expansion icon. 3. 5 different timers independent of each other.
Basisinformatie over de Extensie
Naam | |
ID | ecnepgmnbjpnkpjmojhkbdboocldoccd |
Officiële URL | https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd |
Beschrijving | Make Timer great again. |
Bestandsgrootte | 3.68 MB |
Aantal Installaties | 47 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-10-24 |
Publicatiedatum | 2019-07-30 |
Ontwikkelaar | Gilnom |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer Mulp", "version": "1.2", "description": "Make Timer great again.", "icons": { "48": "icons\/stopwatch482.png", "96": "icons\/stopwatch962.png", "128": "icons\/stopwatch1282.png" }, "browser_action": { "default_title": "Timer", "default_popup": "popup\/Timer.html" }, "permissions": [ "storage", "notifications", "tabs" ], "web_accessible_resources": [ "icons\/elk.png", "icons\/play.png" ], "background": { "page": "popup\/nothi.html" } } |