Shenandoah University Facts
Personalize your tab page with Shenandoah University featuring facts, news, and weather.
Co to jest Shenandoah University Facts?
Shenandoah University Facts to rozszerzenie Chrome opracowane przez Shenandoah University, a jego główną funkcją jest „Personalize your tab page with Shenandoah University featuring facts, news, and weather.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shenandoah University Facts
Pobierz pliki rozszerzeń Shenandoah University Facts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Explore the latest Shenandoah University facts and news by personalizing your tab page.
Podstawowe informacje o rozszerzeniu
Nazwa | Shenandoah University Facts |
ID | jmhnihdcdejdfbfmhkmkckmopennehga |
Oficjalny URL | https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga |
Opis | Personalize your tab page with Shenandoah University featuring facts, news, and weather. |
Rozmiar pliku | 10.18 MB |
Liczba instalacji | 142 |
Aktualna Wersja | 1.0.15 |
Ostatnia Aktualizacja | 2023-10-12 |
Data Publikacji | 2018-05-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Shenandoah University |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |