Questify

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

Hvad er Questify?

Questify er en Chrome-udvidelse udviklet af Disruptive Innovation by Simon Tang, og dens hovedfunktion er "Converts the World Wide Web into the UW Quest student info system.".

Udvidelsesskærmbilleder

screenshot

Download Questify-udvidelses-CRX-fil

Download Questify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Questify Questify
ID ejagagmfgfepadmjfkmaklfkjdopiklo
Officiel URL https://chromewebstore.google.com/detail/questify/ejagagmfgfepadmjfkmaklfkjdopiklo
Beskrivelse Converts the World Wide Web into the UW Quest student info system.
Filstørrelse 21.93 KB
Antal Installationer 19
Nuværende Version 0.0.7 Disruptive Beta
Senest Opdateret 2017-11-27
Udgivelsesdato 2017-11-26
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Disruptive Innovation by Simon Tang
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}