Morning Routine

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

Τι είναι το Morning Routine;

Το Morning Routine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον javierguzmandev, και η κύρια λειτουργία του είναι "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Morning Routine

Λήψη αρχείων επέκτασης Morning Routine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Morning Routine Morning Routine
ID oomonogdlncffnaapifnabnobndkiojm
Επίσημο URL https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm
Περιγραφή This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Μέγεθος Αρχείου 7.22 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-10-21
Ημερομηνία Δημοσίευσης 2022-10-20
Προγραμματιστής javierguzmandev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/javierguzman/morning-routine
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/javierguzman/morning-routine
Υποστηριζόμενες Γλώσσες 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"
    ]
}