NitSig: Sigarra, but Neater

A Neater Sigarra by improving its UI/UX experience and adding new features

NitSig: Sigarra, but Neater क्या है?

NitSig: Sigarra, but Neater NIAEFEUP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Neater Sigarra by improving its UI/UX experience and adding new features"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        NitSig improves SIGARRA's(insert link) user experience by simplifying and decluttering its UI.Notable features include:
- A brand new navigation top bar
- A more readable font
- Better student and teacher profiles
- Collapsible sections in class unit pages
- Improved user experience in schedules
- Auto login, so you don't have to enter your credentials every time
- And many more little improvements!

Note* NitSig only works for FEUP's SIGARRA, but support for other faculties is planned.                    

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

नाम NitSig: Sigarra, but Neater NitSig: Sigarra, but Neater
ID ogjckeklbemdbkcomehlmlelmldecbpa
आधिकारिक URL https://chromewebstore.google.com/detail/nitsig-sigarra-but-neater/ogjckeklbemdbkcomehlmlelmldecbpa
विवरण A Neater Sigarra by improving its UI/UX experience and adding new features
फ़ाइल का आकार 631 KB
स्थापना संख्या 150
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-10-03
प्रकाशन तिथि 2023-09-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर NIAEFEUP
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NitSig: Sigarra, but Neater",
    "short_name": "NitSig",
    "description": "A Neater Sigarra by improving its UI\/UX experience and adding new features",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "images\/logo\/logo-16.png",
        "32": "images\/logo\/logo-32.png",
        "48": "images\/logo\/logo-48.png",
        "128": "images\/logo\/logo-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/sigarra.up.pt\/feup\/*"
            ],
            "css": [
                "css\/simpler.css",
                "css\/custom.css",
                "css\/icons.css",
                "css\/teacherPage.css",
                "css\/classPage.css",
                "css\/profilePage.css",
                "css\/card.css",
                "css\/expandableCard.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/sigarra.up.pt\/feup\/*"
            ],
            "js": [
                "dist\/main.js"
            ]
        },
        {
            "matches": [
                "*:\/\/sigarra.up.pt\/*\/web_page.inicial"
            ],
            "css": [
                "css\/homepage.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/main.css",
                "css\/custom.css",
                "css\/simpler.css",
                "js\/override-functions.js",
                "css\/icons.css",
                "images\/publicationWebsiteLogo\/*",
                "images\/FEUP.svg",
                "images\/feup-map.svg"
            ],
            "matches": [
                "https:\/\/sigarra.up.pt\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/sigarra.up.pt\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo\/logo-16.png",
            "32": "images\/logo\/logo-32.png",
            "48": "images\/logo\/logo-48.png"
        },
        "default_title": "NitSig",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}