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