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.”。

擴展截圖

screenshot

下載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 Questify
ID ejagagmfgfepadmjfkmaklfkjdopiklo
官方網址 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"
            ]
        }
    ]
}