Shenandoah University Facts

Personalize your tab page with Shenandoah University featuring facts, news, and weather.

Cos'è Shenandoah University Facts?

Shenandoah University Facts è un'estensione di Chrome sviluppata da Shenandoah University, e la sua funzione principale è "Personalize your tab page with Shenandoah University featuring facts, news, and weather.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shenandoah University Facts

Scarica i file di estensione Shenandoah University Facts 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

                        Explore the latest Shenandoah University facts and news by personalizing your tab page.                    

Informazioni di Base sull'Estensione

Nome Shenandoah University Facts Shenandoah University Facts
ID jmhnihdcdejdfbfmhkmkckmopennehga
URL Ufficiale https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga
Descrizione Personalize your tab page with Shenandoah University featuring facts, news, and weather.
Dimensione del File 10.18 MB
Conteggio Installazioni 142
Versione Corrente 1.0.15
Ultimo Aggiornamento 2023-10-12
Data di Pubblicazione 2018-05-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Shenandoah University
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "extension.js"
        ]
    },
    "browser_action": {
        "default_title": "Shenandoah Extension"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/su16.png",
        "48": "icons\/su48.png",
        "128": "icons\/su128.png"
    },
    "manifest_version": 2,
    "name": "Shenandoah University Facts",
    "short_name": "SU Facts",
    "description": "Personalize your tab page with Shenandoah University featuring facts, news, and weather.",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "version": "1.0.15",
    "optional_permissions": [
        "chrome:\/\/favicon\/"
    ],
    "permissions": [
        "geolocation",
        "unlimitedStorage",
        "*:\/\/facts.su.edu\/*"
    ],
    "offline_enabled": true
}