Shenandoah University Facts

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

Shenandoah University Factsとは何ですか?

Shenandoah University FactsはShenandoah Universityによって開発されたChromeの拡張機能で、その主な機能は「Personalize your tab page with Shenandoah University featuring facts, news, and weather.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Shenandoah University Facts拡張機能のCRXファイルをダウンロード

Shenandoah University Facts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}