Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Wat is Morning Routine?
Morning Routine is een Chrome-extensie ontwikkeld door javierguzmandev, en de belangrijkste functie is "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".
Extensie Screenshots
Download het CRX-bestand van de extensie Morning Routine
Download Morning Routine-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | oomonogdlncffnaapifnabnobndkiojm |
| Officiële URL | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
| Beschrijving | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
| Bestandsgrootte | 7.22 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2022-10-21 |
| Publicatiedatum | 2022-10-20 |
| Ontwikkelaar | javierguzmandev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/javierguzman/morning-routine |
| Help Pagina-URL | https://github.com/javierguzman/morning-routine |
| Ondersteunde Talen | 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"
]
} | |