QUT Linker

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

What is QUT Linker?

QUT Linker is a Chrome extension developed by Matt Downs, and its main feature is "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.".

Extension Screenshots

screenshot

Download QUT Linker Extension CRX File

Download QUT Linker 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

                        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.                    

Extension Basic Information

Name QUT Linker QUT Linker
ID mijlekehieejblbkoanokjhbokikhddo
Official URL https://chromewebstore.google.com/detail/qut-linker/mijlekehieejblbkoanokjhbokikhddo
Description This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
File Size 523 KB
Installation Count 206
Current Version 2.2
Last Updated 2018-05-27
Publish Date 2018-05-26
Rating 5.00/5 Total 10 Ratings
Developer Matt Downs
Payment Type free
Supported Languages 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'"
}