Questify

Converts the World Wide Web into the UW Quest student info system.

Wat is Questify?

Questify is een Chrome-extensie ontwikkeld door Disruptive Innovation by Simon Tang, en de belangrijkste functie is "Converts the World Wide Web into the UW Quest student info system.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Questify

Download Questify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Questify Questify
ID ejagagmfgfepadmjfkmaklfkjdopiklo
Officiële URL https://chromewebstore.google.com/detail/questify/ejagagmfgfepadmjfkmaklfkjdopiklo
Beschrijving Converts the World Wide Web into the UW Quest student info system.
Bestandsgrootte 21.93 KB
Aantal Installaties 19
Huidige Versie 0.0.7 Disruptive Beta
Laatst Bijgewerkt 2017-11-27
Publicatiedatum 2017-11-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Disruptive Innovation by Simon Tang
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}