Shenandoah University Facts
Personalize your tab page with Shenandoah University featuring facts, news, and weather.
Wat is Shenandoah University Facts?
Shenandoah University Facts is een Chrome-extensie ontwikkeld door Shenandoah University, en de belangrijkste functie is "Personalize your tab page with Shenandoah University featuring facts, news, and weather.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shenandoah University Facts
Download Shenandoah University Facts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Explore the latest Shenandoah University facts and news by personalizing your tab page. Basisinformatie over de Extensie
| Naam | |
| ID | jmhnihdcdejdfbfmhkmkckmopennehga |
| Officiële URL | https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga |
| Beschrijving | Personalize your tab page with Shenandoah University featuring facts, news, and weather. |
| Bestandsgrootte | 10.18 MB |
| Aantal Installaties | 142 |
| Huidige Versie | 1.0.15 |
| Laatst Bijgewerkt | 2023-10-12 |
| Publicatiedatum | 2018-05-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Shenandoah University |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |