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
公式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"
            ]
        }
    ]
}