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é es Morning Routine?

Morning Routine es una extensión de Chrome desarrollada por javierguzmandev, y su función principal es "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Morning Routine

Descarga archivos de extensión Morning Routine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
URL Oficial https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
Descripción This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Tamaño del Archivo 7.22 KB
Cantidad de Instalaciones 39
Versión Actual 1.0
Última Actualización 2022-10-21
Fecha de Publicación 2022-10-20
Desarrollador javierguzmandev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/javierguzman/morning-routine
URL de la Página de Ayuda https://github.com/javierguzman/morning-routine
Idiomas Soportados 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"
    ]
}