Falcon

Add various new functionalities and improvements to Western's OWL site

Falcon क्या है?

Falcon Falcon for OWL द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add various new functionalities and improvements to Western's OWL site"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Falcon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Falcon immensely enhances the user experience on OWL. With Falcon, OWL loads over 65% faster on average. 

Features
------------------------------------------------------------
- Dark Mode!

- Load pages without refreshing!
When you navigate OWL, it will be much faster because a full refresh is not done every time you go to a new page. (This feature is disabled on Gradebook, Test/Quizzes, and Forum)

- Edit course names!
Especially useful when you're just starting a new semester, and you're not used to the course codes yet.

- New resources page!
Falcon includes a brand new resources page for browsing your courses' files. It is extremely fast. You can search for any files/folders instantly, too!

- New Announcements Experience
Scroll through all your announcements at once like it's your personal feed.

- Powerful Falcon Editor
Falcon also comes with a diagram maker/editor which you can use to design Flow charts, graphics content, and more. Each course gets its own editor so there's no compromise on your creativity!

- Search and sort announcements, assignments, etc
 
+ Many more features!

Of course, the features listed here are the main features you can visually interact with / see on OWL. There are many minor enhancements to OWL itself that Falcon makes that improves the user experience. One of which is a more modern and updated look without taking away from the OWL you are familiar with.


------------------------------------------------------------
Falcon is open source!
https://github.com/RishabSwift/Falcon

Once you install this extension, it will work on https://owl.uwo.ca                    

एक्सटेंशन की मूल जानकारी

नाम Falcon Falcon
ID cgmgdjmahmpdflojkflmlockjeagenmf
आधिकारिक URL https://chromewebstore.google.com/detail/falcon/cgmgdjmahmpdflojkflmlockjeagenmf
विवरण Add various new functionalities and improvements to Western's OWL site
फ़ाइल का आकार 2.85 MB
स्थापना संख्या 326
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2022-02-15
प्रकाशन तिथि 2021-05-14
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Falcon for OWL
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://owlfalcon.com
गोपनीयता नीति पृष्ठ URL https://owlfalcon.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Falcon",
    "description": "Add various new functionalities and improvements to Western's OWL site",
    "version": "1.0.9",
    "manifest_version": 2,
    "icons": {
        "16": ".\/images\/falcon-16x16.png",
        "32": ".\/images\/falcon-32x32.png",
        "48": ".\/images\/falcon-48x48.png",
        "128": ".\/images\/falcon-128x128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/owl.uwo.ca\/*\/*",
        "https:\/\/www.owlfalcon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/owl.uwo.ca\/*"
            ],
            "exclude_matches": [
                "https:\/\/owl.uwo.ca\/*.pdf"
            ],
            "css": [
                ".\/assets\/falcon.css"
            ],
            "js": [
                ".\/assets\/falcon.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "\/assets\/*",
        "\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}