QUT Linker
This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
什么是QUT Linker?
QUT Linker是由Matt Downs开发的Chrome扩展程序,该扩展的主要功能是“This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.”。
扩展截图
下载QUT Linker扩展crx文件
下载QUT Linker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | QUT Linker |
ID | mijlekehieejblbkoanokjhbokikhddo |
官方URL | https://chromewebstore.google.com/detail/qut-linker/mijlekehieejblbkoanokjhbokikhddo |
简介 | This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology. |
文件大小 | 523 KB |
安装次数 | 206 |
当前版本 | 2.2 |
更新时间 | 2018-05-27 |
上架时间 | 2018-05-26 |
评分 | 5.00/5 共10次评分 |
开发者 | Matt Downs |
付费类型 | free |
支持的语言 | 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'" } |