Timer Mulp
Make Timer great again.
Cos'è Timer Mulp?
Timer Mulp è un'estensione di Chrome sviluppata da Gilnom, e la sua funzione principale è "Make Timer great again.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timer Mulp
Scarica i file di estensione Timer Mulp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ecnepgmnbjpnkpjmojhkbdboocldoccd |
URL Ufficiale | https://chrome.google.com/webstore/detail/timer-mulp/ecnepgmnbjpnkpjmojhkbdboocldoccd |
Descrizione | Make Timer great again. |
Dimensione del File | 3.68 MB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-10-24 |
Data di Pubblicazione | 2019-07-30 |
Sviluppatore | Gilnom |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |