Quest Raspberry

Raspberry applies a new theme to UWaterloo Quest and allows you to export course schedule as file or picture.

Quest Raspberryคืออะไร?

Quest Raspberry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.zijianshao.com และคุณลักษณะหลักของมันคือ "Raspberry applies a new theme to UWaterloo Quest and allows you to export course schedule as file or picture."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Quest Raspberry ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introduction:
- Thanks for using Quest Raspberry! This extension applies a new theme to Quest.
- Some pages remain as they are to avoid display errors. However, when you want to make sure everything is not going wrong, please disable this extension temporarily.
- Due to the complexity of the site, this extension prepared separated css and js for each page instead of global ones to guarantee pages are displayed correctly most of the time.

Notes:
- Try not to use multiple Quest extensions together to avoid unexpected behaviors
- Quest may change at any time, thus the extension may not function properly
- If you have any questions regarding this extension, please email me at [email protected]

Disclaimers:
- This extension has no affiliation with Quest, its developers, or the University of Waterloo
- Use this extension at your own responsibility                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quest Raspberry Quest Raspberry
ID ifhnmgllkaeebiklhakndljclagikoak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quest-raspberry/ifhnmgllkaeebiklhakndljclagikoak
คำอธิบาย Raspberry applies a new theme to UWaterloo Quest and allows you to export course schedule as file or picture.
ขนาดไฟล์ 211 KB
จำนวนการติดตั้ง 1,300
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2020-03-30
วันที่เผยแพร่ 2020-03-25
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.zijianshao.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zijianshao.com/raspberry/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quest Raspberry",
    "version": "1.2.4",
    "author": "Zijian Shao",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/configs.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Quest Raspberry"
    },
    "content_scripts": [
        {
            "css": [
                "css\/base.css"
            ],
            "js": [
                "js\/configs.js",
                "js\/init.js"
            ],
            "matches": [
                "*:\/\/quest.pecs.uwaterloo.ca\/psp\/SS\/*",
                "*:\/\/quest.pecs.uwaterloo.ca\/psc\/SS\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/configs.js",
                "js\/init_idle.js"
            ],
            "matches": [
                "*:\/\/quest.pecs.uwaterloo.ca\/psp\/SS\/*",
                "*:\/\/quest.pecs.uwaterloo.ca\/psc\/SS\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Raspberry applies a new theme to UWaterloo Quest and allows you to export course schedule as file or picture.",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "offline_enabled": false,
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "webNavigation",
        "*:\/\/quest.pecs.uwaterloo.ca\/*"
    ],
    "short_name": "Quest Raspberry",
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "icon\/*",
        "img\/*"
    ]
}