Shenandoah University Facts

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

Co je Shenandoah University Facts?

Shenandoah University Facts je rozšíření Chrome vyvinuté Shenandoah University, a jeho hlavní funkcí je „Personalize your tab page with Shenandoah University featuring facts, news, and weather.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shenandoah University Facts

Stáhněte si soubory rozšíření Shenandoah University Facts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Shenandoah University Facts Shenandoah University Facts
ID jmhnihdcdejdfbfmhkmkckmopennehga
Oficiální URL https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga
Popis Personalize your tab page with Shenandoah University featuring facts, news, and weather.
Velikost souboru 10.18 MB
Počet instalací 142
Aktuální Verze 1.0.15
Poslední Aktualizace 2023-10-12
Datum Vydání 2018-05-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Shenandoah University
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}