MacTime
Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com
Cos'è MacTime?
MacTime è un'estensione di Chrome sviluppata da Sanjay V, e la sua funzione principale è "Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com".
Scarica il file CRX dell'estensione MacTime
Scarica i file di estensione MacTime 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
Get quarter-hourly, half-hourly, hourly reminders like in a Mac. Choose whether or not you want the reminders and choose how often. Icon made by Oliver from www.flaticon.com
Informazioni di Base sull'Estensione
Nome | |
ID | cinlocgacdjfmanaahahadaaoknofnme |
URL Ufficiale | https://chrome.google.com/webstore/detail/mactime/cinlocgacdjfmanaahahadaaoknofnme |
Descrizione | Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com |
Dimensione del File | 11.92 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-01-14 |
Data di Pubblicazione | 2017-01-14 |
Sviluppatore | Sanjay V |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MacTime", "description": "Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com", "version": "1.0", "icons": { "32": "icon.png", "64": "logo64.png", "128": "logo128.png" }, "browser_action": { "default_icon": "logo64.png", "default_popup": "popup.html" }, "permissions": [ "tts", "storage" ], "background": { "scripts": [ "background.js" ] }, "short_name": "MacTime" } |