Timer Mulp
Make Timer great again.
Qu'est-ce que Timer Mulp ?
Timer Mulp est une extension Chrome développée par Gilnom, et sa fonction principale est "Make Timer great again.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Timer Mulp
Téléchargez les fichiers d'extension Timer Mulp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ecnepgmnbjpnkpjmojhkbdboocldoccd |
URL Officiel | https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd |
Description | Make Timer great again. |
Taille du Fichier | 3.68 MB |
Nombre d'Installations | 47 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-10-24 |
Date de Publication | 2019-07-30 |
Développeur | Gilnom |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |