Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Was ist Morning Routine?
Morning Routine ist eine Chrome-Erweiterung, die von javierguzmandev entwickelt wurde, und ihr Hauptmerkmal ist "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".
Erweiterungsscreenshots
Morning Routine-Erweiterungs-CRX-Datei herunterladen
Laden Sie Morning Routine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Morning Routine |
ID | oomonogdlncffnaapifnabnobndkiojm |
Offizielle URL | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
Beschreibung | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
Dateigröße | 7.22 KB |
Installationsanzahl | 39 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-10-21 |
Veröffentlichungsdatum | 2022-10-20 |
Entwickler | javierguzmandev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/javierguzman/morning-routine |
Hilfeseite URL | https://github.com/javierguzman/morning-routine |
Unterstützte Sprachen | 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" ] } |