Librus Synergia - Obliczanie Średniej
Dowiedz się jaką masz średnią.
Vad är Librus Synergia - Obliczanie Średniej?
Librus Synergia - Obliczanie Średniej är en Chrome-tillägg utvecklad av badochov, och dess huvudfunktion är "Dowiedz się jaką masz średnią.".
Tilläggsskärmbilder
Ladda ner Librus Synergia - Obliczanie Średniej-förlängningens CRX-fil
Ladda ner Librus Synergia - Obliczanie Średniej-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Dowiedz się jaką masz średnią. Zależnie od oceny zmienia się kolor ramki. Klikając w ikonkę w prawym górnym rogu można spersonalizować wygląd i sposób liczenia. Grundläggande Information om Tillägg
| Namn | |
| ID | nmamopehbdjidaceoponcmkaffeghglb |
| Officiell webbadress | https://chromewebstore.google.com/detail/librus-synergia-obliczani/nmamopehbdjidaceoponcmkaffeghglb |
| Beskrivning | Dowiedz się jaką masz średnią. |
| Filstorlek | 39.38 KB |
| Antal Installationer | 3,623 |
| Aktuell Version | 1.3.2 |
| Senast Uppdaterad | 2022-07-10 |
| Publiceringsdatum | 2018-12-22 |
| Betyg | 4.43/5 Totalt 7 Betyg |
| Utvecklare | badochov |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Librus Synergia - Obliczanie \u015aredniej",
"version": "1.3.2",
"description": "Dowiedz si\u0119 jak\u0105 masz \u015bredni\u0105.",
"permissions": [
"storage",
"activeTab",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/synergia.librus.pl\/przegladaj_oceny\/uczen"
],
"run_at": "document_end",
"js": [
"jquery.js",
"srednia.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
}
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"manifest_version": 3
} | |