Questify
Converts the World Wide Web into the UW Quest student info system.
什么是Questify?
Questify是由Disruptive Innovation by Simon Tang开发的Chrome扩展程序,该扩展的主要功能是“Converts the World Wide Web into the UW Quest student info system.”。
扩展截图
下载Questify扩展crx文件
下载Questify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Questify |
ID | ejagagmfgfepadmjfkmaklfkjdopiklo |
官方URL | https://chromewebstore.google.com/detail/questify/ejagagmfgfepadmjfkmaklfkjdopiklo |
简介 | Converts the World Wide Web into the UW Quest student info system. |
文件大小 | 21.93 KB |
安装次数 | 19 |
当前版本 | 0.0.7 Disruptive Beta |
更新时间 | 2017-11-27 |
上架时间 | 2017-11-26 |
评分 | 5.00/5 共1次评分 |
开发者 | Disruptive Innovation by Simon Tang |
付费类型 | free |
支持的语言 | 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" ] } ] } |