QUT Linker

This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.

Wat is QUT Linker?

QUT Linker is een Chrome-extensie ontwikkeld door Matt Downs, en de belangrijkste functie is "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QUT Linker

Download QUT Linker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Disclaimer: This extension is privately maintained and is in no way affiliated with Queensland University of Technology. All rights for the acronym (QUT) and images used belong to Queensland University of Technology.                    

Basisinformatie over de Extensie

Naam QUT Linker QUT Linker
ID mijlekehieejblbkoanokjhbokikhddo
Officiële URL https://chromewebstore.google.com/detail/qut-linker/mijlekehieejblbkoanokjhbokikhddo
Beschrijving This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
Bestandsgrootte 523 KB
Aantal Installaties 206
Huidige Versie 2.2
Laatst Bijgewerkt 2018-05-27
Publicatiedatum 2018-05-26
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Matt Downs
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QUT Linker",
    "description": "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.",
    "version": "2.2",
    "browser_action": {
        "default_icon": "iconFullRes.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "iconWithLinker.png",
        "48": "iconWithLinker.png",
        "128": "iconWithLinker.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}