QUT Linker

This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.

QUT Linker là gì?

QUT Linker là một tiện ích mở rộng Chrome được phát triển bởi Matt Downs, và tính năng chính của nó là "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng QUT Linker

Tải xuống các tệp mở rộng QUT Linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QUT Linker QUT Linker
ID mijlekehieejblbkoanokjhbokikhddo
URL Chính Thức https://chromewebstore.google.com/detail/qut-linker/mijlekehieejblbkoanokjhbokikhddo
Mô tả This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
Kích Thước Tệp 523 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2018-05-27
Ngày Phát Hành 2018-05-26
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Matt Downs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}