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
公式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'"
}