Class Countdown Extension
The chrome extension for Class Countdown
Co to jest Class Countdown Extension?
Class Countdown Extension to rozszerzenie Chrome opracowane przez girraweencountdown, a jego główną funkcją jest „The chrome extension for Class Countdown”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Class Countdown Extension
Pobierz pliki rozszerzeń Class Countdown Extension 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
The Class Countdown chrome extension allows you to see how long you have left until the end of each lesson without even having Class Countdown open!
Podstawowe informacje o rozszerzeniu
Nazwa | Class Countdown Extension |
ID | lompgalcaddbggjgbmicgimelihccdpe |
Oficjalny URL | https://chromewebstore.google.com/detail/class-countdown-extension/lompgalcaddbggjgbmicgimelihccdpe |
Opis | The chrome extension for Class Countdown |
Rozmiar pliku | 204 KB |
Liczba instalacji | 552 |
Aktualna Wersja | 0.1.11 |
Ostatnia Aktualizacja | 2022-04-07 |
Data Publikacji | 2021-07-26 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | girraweencountdown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.classcountdown.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Class Countdown Extension", "description": "The chrome extension for Class Countdown", "version": "0.1.11", "background": { "scripts": [ "dist\/background.js" ] }, "permissions": [ "https:\/\/*.classcountdown.com\/api\/*", "storage", "notifications", "unlimitedStorage" ], "browser_action": { "default_title": "Class Countdown", "default_popup": "view\/index.html", "default_icon": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/favicon48.png", "128": "img\/favicon128.png", "512": "img\/favicon512.png" } }, "icons": { "16": "img\/favicon16.png", "32": "img\/favicon32.png", "48": "img\/favicon48.png", "128": "img\/favicon128.png", "512": "img\/favicon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.classcountdown.com\/" ], "js": [ "dist\/content.js" ] } ] } |