QUT Linker
This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
Cos'è QUT Linker?
QUT Linker è un'estensione di Chrome sviluppata da Matt Downs, e la sua funzione principale è "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QUT Linker
Scarica i file di estensione QUT Linker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | QUT Linker |
ID | mijlekehieejblbkoanokjhbokikhddo |
URL Ufficiale | https://chromewebstore.google.com/detail/qut-linker/mijlekehieejblbkoanokjhbokikhddo |
Descrizione | This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology. |
Dimensione del File | 523 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2018-05-27 |
Data di Pubblicazione | 2018-05-26 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Matt Downs |
Tipo di Pagamento | free |
Lingue Supportate | 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'" } |