OpenU-KeepMeIn

Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.

Cos'è OpenU-KeepMeIn?

OpenU-KeepMeIn è un'estensione di Chrome sviluppata da Itamar, e la sua funzione principale è "Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OpenU-KeepMeIn

Scarica i file di estensione OpenU-KeepMeIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        פיצ׳רים:
1. מרפרש את השאילתא כל 20~ דק׳ כל עוד היא פתוחה כדי לא לנתק אתכם
2. מוסיף אופציה לסמן את כל ההודעות/ציונים/בקשות כדי למחוק אותן במהירות
3. חלונית ״פרטים מהירים״ אשר מציגה את הציון הממוצע + כמה נז יש לכם
4. טבלת ״מפגשים בקורסים שלי״ (מציג את הקורסים של הסמסטר הנוכחי)

מוזמנים לתרום ולצפות בקוד המקור כאן:
https://github.com/doriitamar/OpenU-KeepMeIn

השימוש בתוסף מותנה בהסכמה לתנאי הרישיון MIT המפורסם בלינק למעלה.                    

Informazioni di Base sull'Estensione

Nome OpenU-KeepMeIn OpenU-KeepMeIn
ID ipkgoinoikifjconfmmnmhbcedhbfcgp
URL Ufficiale https://chromewebstore.google.com/detail/openu-keepmein/ipkgoinoikifjconfmmnmhbcedhbfcgp
Descrizione Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.
Dimensione del File 55.09 KB
Conteggio Installazioni 74
Versione Corrente 1.6.3
Ultimo Aggiornamento 2018-02-25
Data di Pubblicazione 2018-02-25
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Itamar
Tipo di Pagamento free
Lingue Supportate iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenU-KeepMeIn",
    "description": "Simple Chrome extension which refreshes your *.openu.ac.il tabs so you'll stay logged in.",
    "version": "1.6.3",
    "icons": {
        "16": "refresh16.png",
        "48": "refresh48.png",
        "128": "refresh128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sheilta.apps.openu.ac.il\/*"
            ],
            "css": [
                "sheilta.css"
            ],
            "js": [
                "axios.js",
                "sheilta.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "alarms"
    ]
}