Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Hvad er Morning Routine?
Morning Routine er en Chrome-udvidelse udviklet af javierguzmandev, og dens hovedfunktion er "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".
Udvidelsesskærmbilleder
Download Morning Routine-udvidelses-CRX-fil
Download Morning Routine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oomonogdlncffnaapifnabnobndkiojm |
| Officiel URL | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
| Beskrivelse | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
| Filstørrelse | 7.22 KB |
| Antal Installationer | 39 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-10-21 |
| Udgivelsesdato | 2022-10-20 |
| Udvikler | javierguzmandev |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/javierguzman/morning-routine |
| Hjælpeside-URL | https://github.com/javierguzman/morning-routine |
| Understøttede Sprog | 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"
]
} | |