Dziennik Plus
Rozszerzenie funkcjonalności dziennika Uonet+
What is Dziennik Plus?
Dziennik Plus is a Chrome extension developed by Freshek, and its main feature is "Rozszerzenie funkcjonalności dziennika Uonet+".
Download Dziennik Plus Extension CRX File
Download Dziennik Plus 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
Dziennik Plus pokaże Ci Twoją średnią ocen ze wszystkich przedmiotów, pozwoli sprawdzić średnią po dodaniu oceny. Rozszerzenie również pozwoli zmodyfikować wygląd dziennika! Wspierane dzienniki: Uonet+
Extension Basic Information
Name | Dziennik Plus |
ID | fnmlbfijmmllghahjgddfhajhgjefkdd |
Official URL | https://chromewebstore.google.com/detail/dziennik-plus/fnmlbfijmmllghahjgddfhajhgjefkdd |
Description | Rozszerzenie funkcjonalności dziennika Uonet+ |
File Size | 11.64 KB |
Installation Count | 42 |
Current Version | 1.3 |
Last Updated | 2017-09-07 |
Publish Date | 2017-09-07 |
Rating | 3.75/5 Total 4 Ratings |
Developer | Freshek |
[email protected] | |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dziennik Plus", "version": "1.3", "description": "Rozszerzenie funkcjonalno\u015bci dziennika Uonet+", "content_scripts": [ { "matches": [ "*:\/\/*.vulcan.net.pl\/*" ], "js": [ "worker.js" ] } ], "permissions": [ "unlimitedStorage", "storage" ], "options_ui": { "page": "options.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |