Questify
Converts the World Wide Web into the UW Quest student info system.
Questify là gì?
Questify là một tiện ích mở rộng Chrome được phát triển bởi Disruptive Innovation by Simon Tang, và tính năng chính của nó là "Converts the World Wide Web into the UW Quest student info system.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Questify
Tải xuống các tệp mở rộng Questify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Converts the World Wide Web into the UW Quest student info system. This allows anonymous web browsing during classes, since nobody wants to look at Quest. Created for TerribleHack X (http://terriblehack.website) at the University of Waterloo. 0.0.7 Disruptive Beta - Partial conversion for /r/uwaterloo.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Questify |
ID | ejagagmfgfepadmjfkmaklfkjdopiklo |
URL Chính Thức | https://chromewebstore.google.com/detail/questify/ejagagmfgfepadmjfkmaklfkjdopiklo |
Mô tả | Converts the World Wide Web into the UW Quest student info system. |
Kích Thước Tệp | 21.93 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.0.7 Disruptive Beta |
Cập Nhật Lần Cuối | 2017-11-27 |
Ngày Phát Hành | 2017-11-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Disruptive Innovation by Simon Tang |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Questify", "version": "0.0.7", "version_name": "0.0.7 Disruptive Beta", "author": "Simon Tang", "manifest_version": 2, "description": "Converts the World Wide Web into the UW Quest student info system.", "permissions": [ "https:\/\/reddit.com\/r\/uwaterloo\/*" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/*" ], "css": [ "src\/styles\/atoms\/variables.css", "src\/styles\/atoms\/widgets.css", "src\/styles\/atoms\/typography.css", "src\/styles\/organisms\/common.css", "src\/styles\/templates\/common.css" ], "js": [ "src\/scripts\/common\/common.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/*" ], "css": [ "src\/styles\/atoms\/reddit.css", "src\/styles\/molecules\/reddit_common.css", "src\/styles\/organisms\/reddit.css", "src\/styles\/templates\/reddit.css", "src\/styles\/pages\/reddit_common.css" ], "js": [ "src\/scripts\/reddit\/reddit_common.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/", "https:\/\/*.reddit.com\/r\/uwaterloo\/new\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/rising\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/controversial\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/top\/*", "https:\/\/*.reddit.com\/r\/uwaterloo\/gilded\/*" ], "css": [ "src\/styles\/pages\/reddit_front.css" ], "js": [ "src\/scripts\/reddit\/front.js" ] }, { "matches": [ "https:\/\/*.reddit.com\/r\/uwaterloo\/comments\/*" ], "css": [ "src\/styles\/pages\/reddit_comments.css" ], "js": [ "src\/scripts\/reddit\/comments.js" ] } ] } |