SigTools

Sigarra Tools - Sigarra on Steroids: Export Calendar Events, Infinite Scroll, DataTables, and more

SigTools क्या है?

SigTools https://msramalho.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sigarra Tools - Sigarra on Steroids: Export Calendar Events, Infinite Scroll, DataTables, and more"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.

With it, you now can: export calendar events (timetables, events, book renewal, payments, ...); infinite scroll; export, filter and sort data-tables; statistical analysis on grades; library book renewal; configurable behaviour and more. SigToCa's heir. 


For more information on the product see: https://github.com/msramalho/SigTools
My Homepage: https://msramalho.github.io/                    

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

नाम SigTools SigTools
ID piefgbacnljenipiifjopkfifeljjkme
आधिकारिक URL https://chromewebstore.google.com/detail/sigtools/piefgbacnljenipiifjopkfifeljjkme
विवरण Sigarra Tools - Sigarra on Steroids: Export Calendar Events, Infinite Scroll, DataTables, and more
फ़ाइल का आकार 955 KB
स्थापना संख्या 75
वर्तमान संस्करण 4.2.0
अंतिम अपडेट 2022-04-27
प्रकाशन तिथि 2019-08-29
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://msramalho.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/msramalho/SigTools
सहायता पृष्ठ URL https://github.com/msramalho/SigTools/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SigTools",
    "short_name": "Sigarra Tools",
    "version": "4.2.0",
    "description": "Sigarra Tools - Sigarra on Steroids: Export Calendar Events, Infinite Scroll, DataTables, and more",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "SigTools",
        "default_icon": "icons\/icon-48.png"
    },
    "background": {
        "scripts": [
            "js\/scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.up.pt\/*"
            ],
            "css": [
                "css\/content_style.css"
            ],
            "js": [
                "js\/lib\/jquery-3.4.1.js",
                "js\/lib\/datatables.min.js",
                "js\/lib\/ics.deps.min.js",
                "js\/lib\/ics.js",
                "js\/lib\/sweetalert.min.js",
                "js\/lib\/luxon.min.js",
                "js\/utils\/event.js",
                "js\/utils\/calendar.js",
                "js\/utils\/global.js",
                "js\/utils\/dropdown.js",
                "js\/utils\/modal.js",
                "js\/utils\/time.js",
                "js\/utils\/logger.js",
                "js\/utils\/userParser.js",
                "js\/utils\/sidebar.js",
                "js\/extractors\/extractor.js",
                "js\/extractors\/mailto.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/sigarra.up.pt\/*"
            ],
            "exclude_globs": [
                "*hor_geral*",
                "*HOR_GERAL*",
                "*exa_geral*",
                "*EXA_GERAL*",
                "*gpag_ccorrente_geral.conta_corrente_view*",
                "*GPAG_CCORRENTE_GERAL.CONTA_CORRENTE_VIEW*"
            ],
            "css": [
                "css\/datatables.min.css"
            ],
            "js": [
                "js\/extractors\/datatable.js",
                "js\/extractors\/infinite_scroll.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.up.pt\/*hor_geral*",
                "https:\/\/*.up.pt\/*HOR_GERAL*"
            ],
            "js": [
                "js\/extractors\/timetable.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.up.pt\/*exa_geral*",
                "https:\/\/*.up.pt\/*EXA_GERAL*"
            ],
            "js": [
                "js\/extractors\/exams.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/moodle.up.pt\/*"
            ],
            "js": [
                "js\/extractors\/moodle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.up.pt\/*show_pauta_resul*",
                "https:\/\/*.up.pt\/*SHOW_PAUTA_RESUL*"
            ],
            "js": [
                "js\/lib\/chart.min.js",
                "js\/lib\/math.min.js",
                "js\/lib\/mustache.min.js",
                "js\/extractors\/grades.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.up.pt\/*exa_geral.exame_view*",
                "https:\/\/*.up.pt\/*EXA_GERAL.EXAME_VIEW*"
            ],
            "js": [
                "js\/extractors\/single_exam.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/catalogo.up.pt\/F\/?func=bor-loan*",
                "https:\/\/catalogo.up.pt\/F\/?func=BOR-LOAN*"
            ],
            "js": [
                "js\/extractors\/library.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.up.pt\/*gpag_ccorrente_geral.conta_corrente_view*",
                "https:\/\/*.up.pt\/*GPAG_CCORRENTE_GERAL.CONTA_CORRENTE_VIEW*"
            ],
            "js": [
                "js\/extractors\/bills.js",
                "js\/extractors\/bills_payment_refs.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.up.pt\/*vig_geral.docentes_vigilancias_list*",
                "https:\/\/*.up.pt\/*VIG_GERAL.DOCENTES_VIGILANCIAS_LIST*"
            ],
            "js": [
                "js\/extractors\/supervisions.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*.up.pt\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "homepage_url": "https:\/\/github.com\/msramalho\/SigTools",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}