QUT Linker

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

Что такое QUT Linker?

QUT Linker - это расширение Chrome, разработанное Matt Downs, и его основная функция - "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения QUT Linker

Скачайте файлы расширений 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'"
}