Questify

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

Questifyคืออะไร?

Questify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Disruptive Innovation by Simon Tang และคุณลักษณะหลักของมันคือ "Converts the World Wide Web into the UW Quest student info system."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Questify

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}