https://chrome.google.com/webstore/detail/e-dnevnik-plus/bcnccmamhmcabokipgjechdeealcmdbe
- /ednevnik.plus is a project within the project. It contains all the data for the extension's website (https://ednevnik.plus).
- /docs is the directory from which the website is served (built from /ednevnik.plus).
- According to Github Pages rules, it must remain named this way in the root directory of the master branch.
- /extension-scripts is a TS project that compiles into /dist.
- /service-worker.ts has replaced
background.js
from manifest v2. - /content-script.ts is the entire e-Dnevnik Plus Classic.
- /service-worker.ts has replaced
- Other documents are part of the Vue project that form the e-Dnevnik Plus App in /dist/app.
- /ednevnik.plus projekt je unutar projekta. Sadrži sve podatke za web stranicu proširenja (https://ednevnik.plus).
- /docs je direktorij s kojeg se poslužuje web stranica (buildan /ednevnik.plus).
- Prema pravilima Github Pagesa, mora ostati ovog naziva u root direktoriju mastera.
- /extension-scripts je TS projekt koji se kompajla u /dist.
- /service-worker.ts zamijenio je
background.js
iz manifesta v2. - /content-script.ts je cijeli e-Dnevnik Plus Classic.
- /service-worker.ts zamijenio je
- Ostali dokumenti sastav su Vue projekta koji tvore e-Dnevnik Plus App u /dist/app.