Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Cos'è Morning Routine?
Morning Routine è un'estensione di Chrome sviluppata da javierguzmandev, e la sua funzione principale è "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Morning Routine
Scarica i file di estensione Morning Routine 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
This add-on lets you to specify in the options a bunch of web pages URLs separated by a line. When you are in your morning routine you can click the add-on icon and it will open your favorites web pages. Informazioni di Base sull'Estensione
| Nome | |
| ID | oomonogdlncffnaapifnabnobndkiojm |
| URL Ufficiale | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
| Descrizione | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
| Dimensione del File | 7.22 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-10-21 |
| Data di Pubblicazione | 2022-10-20 |
| Sviluppatore | javierguzmandev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/javierguzman/morning-routine |
| URL della Pagina di Aiuto | https://github.com/javierguzman/morning-routine |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning",
"manifest_version": 3,
"name": "Morning Routine",
"version": "1.0",
"author": "Javier Guzman",
"homepage_url": "https:\/\/github.com\/javierguzman\/morning-routine",
"icons": {
"48": "icons\/coffee-cup-48.png"
},
"action": {
"default_icon": {
"48": "icons\/coffee-cup-48.png"
},
"default_title": "Morning Routine"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
]
} | |