Shenandoah University Facts

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

Shenandoah University Facts क्या है?

Shenandoah University Facts Shenandoah University द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Personalize your tab page with Shenandoah University featuring facts, news, and weather."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

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

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

नाम Shenandoah University Facts Shenandoah University Facts
ID jmhnihdcdejdfbfmhkmkckmopennehga
आधिकारिक URL https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga
विवरण Personalize your tab page with Shenandoah University featuring facts, news, and weather.
फ़ाइल का आकार 10.18 MB
स्थापना संख्या 142
वर्तमान संस्करण 1.0.15
अंतिम अपडेट 2023-10-12
प्रकाशन तिथि 2018-05-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Shenandoah University
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}