QUT Linker
This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
QUT Linker क्या है?
QUT Linker Matt Downs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QUT Linker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |