Morning Routine

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

Co je Morning Routine?

Morning Routine je rozšíření Chrome vyvinuté javierguzmandev, a jeho hlavní funkcí je „This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Morning Routine

Stáhněte si soubory rozšíření Morning Routine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
Oficiální URL https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
Popis This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Velikost souboru 7.22 KB
Počet instalací 39
Aktuální Verze 1.0
Poslední Aktualizace 2022-10-21
Datum Vydání 2022-10-20
Vývojář javierguzmandev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/javierguzman/morning-routine
URL Stránky Nápovědy https://github.com/javierguzman/morning-routine
Podporované Jazyky 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"
    ]
}