Morning Routine

This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning

Qu'est-ce que Morning Routine ?

Morning Routine est une extension Chrome développée par javierguzmandev, et sa fonction principale est "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Morning Routine

Téléchargez les fichiers d'extension Morning Routine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
URL Officiel https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
Description This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Taille du Fichier 7.22 KB
Nombre d'Installations 39
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-21
Date de Publication 2022-10-20
Développeur javierguzmandev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/javierguzman/morning-routine
URL de la Page d'Aide https://github.com/javierguzman/morning-routine
Langues Prises en Charge 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"
    ]
}