Librus - Średnia
Oblicza średnie ważone na platformie Librus!
Wat is Librus - Średnia?
Librus - Średnia is een Chrome-extensie ontwikkeld door przemorek5, en de belangrijkste functie is "Oblicza średnie ważone na platformie Librus!".
Extensie Screenshots
Download het CRX-bestand van de extensie Librus - Średnia
Download Librus - Średnia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rozszerzenie wyświetlające średnią ważoną i arytmetyczną na platformie Librus.
Basisinformatie over de Extensie
Naam | |
ID | hipomfdnmlpgaiihnihkofpkhkooifej |
Officiële URL | https://chrome.google.com/webstore/detail/librus-%C5%9Brednia/hipomfdnmlpgaiihnihkofpkhkooifej |
Beschrijving | Oblicza średnie ważone na platformie Librus! |
Bestandsgrootte | 174 KB |
Aantal Installaties | 596 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2019-03-15 |
Publicatiedatum | 2019-03-15 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | przemorek5 |
Betalingswijze | free |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Librus - \u015arednia", "version": "1.01", "description": "Oblicza \u015brednie wa\u017cone na platformie Librus!", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/synergia.librus.pl\/przegladaj_oceny\/uczen" ], "js": [ "libs\/jquery.min.js", "content.js" ] } ], "browser_action": { "default_popup": ".\/popup\/index.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } } |