Life in Weeks - Checked
This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.
Co to jest Life in Weeks - Checked?
Life in Weeks - Checked to rozszerzenie Chrome opracowane przez Zack Xiang, a jego główną funkcją jest „This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Life in Weeks - Checked
Pobierz pliki rozszerzeń Life in Weeks - Checked 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
                        Life in Weeks - Checked displays a visualisation in which every box represents a week of your life. At a specific time every week, you are reminded to check off the next box to start the new week.
What's new:
- Fixed a bug where the option page would open on Chrome update                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | jgblkkfckbdpcaeljnaihdjhekfdcdmo | 
| Oficjalny URL | https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo | 
| Opis | This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite. | 
| Rozmiar pliku | 616 KB | 
| Liczba instalacji | 566 | 
| Aktualna Wersja | 1.2.1 | 
| Ostatnia Aktualizacja | 2024-02-12 | 
| Data Publikacji | 2020-09-06 | 
| Ocena | 5.00/5 Łącznie 4 Oceny | 
| Deweloper | Zack Xiang | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "Life in Weeks - Checked",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}  |  |