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.”。

擴展截圖

screenshot

下載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 QUT Linker
ID mijlekehieejblbkoanokjhbokikhddo
官方網址 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'"
}