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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QUT Linker
قم بتنزيل ملفات الامتداد QUT Linker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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'" } |