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 to jest Morning Routine?
Morning Routine to rozszerzenie Chrome opracowane przez javierguzmandev, a jego główną funkcją jest „This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Morning Routine
Pobierz pliki rozszerzeń Morning Routine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oomonogdlncffnaapifnabnobndkiojm |
| Oficjalny URL | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
| Opis | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
| Rozmiar pliku | 7.22 KB |
| Liczba instalacji | 39 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2022-10-21 |
| Data Publikacji | 2022-10-20 |
| Deweloper | javierguzmandev |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/javierguzman/morning-routine |
| Adres URL Strony Pomocy | https://github.com/javierguzman/morning-routine |
| Obsługiwane Języki | 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"
]
} | |