Librus Srednia Ważona
Liczy srednia w librusie
What is Librus Srednia Ważona?
Librus Srednia Ważona is a Chrome extension developed by Jakub Nienałtowski, and its main feature is "Liczy srednia w librusie".
Download Librus Srednia Ważona Extension CRX File
Download Librus Srednia Ważona extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Wtyczka ta umożliwia wyświetlanie średniej ocen w dzienniku LIBRUS gdy jest ona zablokowana przez administracje.
Extension Basic Information
Name | ![]() |
ID | cjfhkiopokcipojcajbmlopnaeedhnon |
Official URL | https://chrome.google.com/webstore/detail/librus-srednia-wa%C5%BCona/cjfhkiopokcipojcajbmlopnaeedhnon |
Description | Liczy srednia w librusie |
File Size | 5.44 KB |
Installation Count | 376 |
Current Version | 1.5 |
Last Updated | 2014-11-27 |
Publish Date | 2014-11-27 |
Rating | 1.71/5 Total 34 Ratings |
Developer | Jakub Nienałtowski |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Librus Srednia Wa\u017cona", "manifest_version": 2, "version": "1.5", "description": "Liczy srednia w librusie", "permissions": [ "tabs", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/dziennik.librus.pl\/przegladaj_oceny\/uczen" ], "js": [ "myScript.js" ] } ] } |