Klikk
Enkel tilgang til NTNU sine tjenester.
What is Klikk?
Klikk is a Chrome extension developed by https://founder.no, and its main feature is "Enkel tilgang til NTNU sine tjenester.".
Extension Screenshots
Download Klikk Extension CRX File
Download Klikk 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
Enkel tilgang til NTNU sine tjenester. Består av et sett med lenker til blant annet itsLearning, studentweb, romreservasjon og programvare. Laget av Morten Jansrud for å gjøre studiehverdagen enklere. Takk til Instabart som utgangspunkt. Obs! Denne applikasjonen har ingen direkte tilknytning til NTNU.
Extension Basic Information
Name | Klikk |
ID | gdikihleampgplmfmocbbljfjimmjbok |
Official URL | https://chromewebstore.google.com/detail/klikk/gdikihleampgplmfmocbbljfjimmjbok |
Description | Enkel tilgang til NTNU sine tjenester. |
File Size | 445 KB |
Installation Count | 43 |
Current Version | 1.4.8 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://founder.no |
[email protected] | |
Payment Type | free |
Extension Website | http://founder.no |
Supported Languages | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Klikk", "description": "Enkel tilgang til NTNU sine tjenester.", "version": "1.4.8", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+K", "mac": "Alt+K", "chromeos": "Alt+K", "linux": "Alt+K" } } }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "images\/icon16.png", "128": "images\/icon128.png" } } |