QUT Launcher
Quick launch QUT Links
What is QUT Launcher?
QUT Launcher is a Chrome extension developed by https://www.ampedqut.com.au, and its main feature is "Quick launch QUT Links".
Extension Screenshots
Download QUT Launcher Extension CRX File
Download QUT Launcher 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
Easy access to main QUT services.
Extension Basic Information
Name | |
ID | ogfibagkebfcbedgdjmlmalbhgpamhbk |
Official URL | https://chrome.google.com/webstore/detail/qut-launcher/ogfibagkebfcbedgdjmlmalbhgpamhbk |
Description | Quick launch QUT Links |
File Size | 97.14 KB |
Installation Count | 18 |
Current Version | 1.0.0 |
Last Updated | 2018-08-15 |
Publish Date | 2018-08-15 |
Developer | https://www.ampedqut.com.au |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QUT Launcher", "description": "Quick launch QUT Links", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |