Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Kristijan Rosandi\u0107", "name": "e-Dnevnik Plus za nastavnike", "short_name": "e-Dnevnik+ Nastavnici", "description": "Napredne mogu\u0107nosti e-Dnevnika za nastavnike.", "version": "1.1.3", "host_permissions": [ "https:\/\/e-dnevnik.skole.hr\/" ], "icons": { "128": "images\/icon-128.png" }, "action": { "default_icon": "images\/icon-19.png", "default_popup": "extension\/popup.html" }, "content_scripts": [ { "js": [ "student\/student.js" ], "css": [ "student\/student.css" ], "matches": [ "https:\/\/e-dnevnik.skole.hr\/*" ] }, { "js": [ "students\/students.js" ], "css": [ "students\/students.css" ], "matches": [ "https:\/\/e-dnevnik.skole.hr\/grade_book\/student_list\/*" ] } ] }