Class Countdown Extension
The chrome extension for Class Countdown
Hvad er Class Countdown Extension?
Class Countdown Extension er en Chrome-udvidelse udviklet af girraweencountdown, og dens hovedfunktion er "The chrome extension for Class Countdown".
Udvidelsesskærmbilleder
Download Class Countdown Extension-udvidelses-CRX-fil
Download Class Countdown Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Class Countdown Extension |
ID | lompgalcaddbggjgbmicgimelihccdpe |
Officiel URL | https://chromewebstore.google.com/detail/class-countdown-extension/lompgalcaddbggjgbmicgimelihccdpe |
Beskrivelse | The chrome extension for Class Countdown |
Filstørrelse | 204 KB |
Antal Installationer | 552 |
Nuværende Version | 0.1.11 |
Senest Opdateret | 2022-04-07 |
Udgivelsesdato | 2021-07-26 |
Bedømmelse | 4.75/5 Samlet 4 Bedømmelser |
Udvikler | girraweencountdown |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.classcountdown.com/ |
Understøttede Sprog | 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" ] } ] } |