Shenandoah University Facts
Personalize your tab page with Shenandoah University featuring facts, news, and weather.
Qu'est-ce que Shenandoah University Facts ?
Shenandoah University Facts est une extension Chrome développée par Shenandoah University, et sa fonction principale est "Personalize your tab page with Shenandoah University featuring facts, news, and weather.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shenandoah University Facts
Téléchargez les fichiers d'extension Shenandoah University Facts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Explore the latest Shenandoah University facts and news by personalizing your tab page.
Informations de Base sur l'Extension
Nom | Shenandoah University Facts |
ID | jmhnihdcdejdfbfmhkmkckmopennehga |
URL Officiel | https://chromewebstore.google.com/detail/shenandoah-university-fac/jmhnihdcdejdfbfmhkmkckmopennehga |
Description | Personalize your tab page with Shenandoah University featuring facts, news, and weather. |
Taille du Fichier | 10.18 MB |
Nombre d'Installations | 142 |
Version Actuelle | 1.0.15 |
Dernière Mise à Jour | 2023-10-12 |
Date de Publication | 2018-05-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Shenandoah University |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |