QUT Linker
This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology.
QUT Linker란 무엇입니까?
QUT Linker은(는) Matt Downs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension simply provides shortcuts to commonly used links for students of Queensland University of Technology."입니다.
확장 프로그램 스크린샷
QUT Linker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |