Shenandoah University Facts

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

What is Shenandoah University Facts?

Shenandoah University Facts is a Chrome extension developed by Shenandoah University, and its main feature is "Personalize your tab page with Shenandoah University featuring facts, news, and weather.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Shenandoah University Facts Extension CRX File

Download Shenandoah University Facts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Shenandoah University Facts Shenandoah University Facts
ID jmhnihdcdejdfbfmhkmkckmopennehga
Official URL https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga
Description Personalize your tab page with Shenandoah University featuring facts, news, and weather.
File Size 10.18 MB
Installation Count 142
Current Version 1.0.15
Last Updated 2023-10-12
Publish Date 2018-05-07
Rating 5.00/5 Total 1 Ratings
Developer Shenandoah University
Email [email protected]
Payment Type free
Supported Languages 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
}