Morning Routine

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

O que é Morning Routine?

Morning Routine é uma extensão do Chrome desenvolvida por javierguzmandev, e sua principal característica é "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Morning Routine

Baixe arquivos de extensão Morning Routine no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
URL Oficial https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
Descrição This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Tamanho do Arquivo 7.22 KB
Contagem de Instalações 39
Versão Atual 1.0
Última Atualização 2022-10-21
Data de Publicação 2022-10-20
Desenvolvedor javierguzmandev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/javierguzman/morning-routine
URL da Página de Ajuda https://github.com/javierguzman/morning-routine
Idiomas Suportados 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"
    ]
}