QUT Linker

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

Apa itu QUT Linker?

QUT Linker adalah ekstensi Chrome yang dikembangkan oleh Matt Downs, dan fitur utamanya adalah "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QUT Linker

Unduh file ekstensi QUT Linker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama QUT Linker QUT Linker
ID mijlekehieejblbkoanokjhbokikhddo
URL Resmi https://chromewebstore.google.com/detail/qut-linker/mijlekehieejblbkoanokjhbokikhddo
Deskripsi This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
Ukuran File 523 KB
Jumlah Instalasi 206
Versi Saat Ini 2.2
Terakhir Diperbarui 2018-05-27
Tanggal Publikasi 2018-05-26
Penilaian 5.00/5 Total 10 Penilaian
Pengembang Matt Downs
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}