AccessSyracuse
Chrome Tab Extension for Syracuse University Students
Qu'est-ce que AccessSyracuse ?
AccessSyracuse est une extension Chrome développée par Zach Visco, et sa fonction principale est "Chrome Tab Extension for Syracuse University Students".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AccessSyracuse
Téléchargez les fichiers d'extension AccessSyracuse 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
AccessSyracuse Chrome Extension Chrome new-tab extension built for Syracuse University Students Functions: - Easy access to email, BlackBoard, MySlice, The Daily Orange, and upcoming events - Events calendar integration for all Syracuse University events - Popup window with shortcut links via Syracuse icon in top-right corner - Shortcuts to commonly used social media sites - Current Syracuse weather and descriptions - Syracuse Library integrated search
Informations de Base sur l'Extension
Nom | AccessSyracuse |
ID | akbocdfgnndhlpaiiognnbopfmhojnfa |
URL Officiel | https://chromewebstore.google.com/detail/accesssyracuse/akbocdfgnndhlpaiiognnbopfmhojnfa |
Description | Chrome Tab Extension for Syracuse University Students |
Taille du Fichier | 6.5 MB |
Nombre d'Installations | 39 |
Version Actuelle | 1.3.5 |
Dernière Mise à Jour | 2018-09-28 |
Date de Publication | 2018-09-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Zach Visco |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AccessSyracuse", "version": "1.3.5", "chrome_url_overrides": { "newtab": "index.html" }, "content_scripts": [ { "js": [ "js\/preloader.js", "js\/slider.js", "js\/modifyDisplay.js", "js\/weather.js", "js\/clock.js", "js\/sulibrary.js" ], "matches": [ "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com\/calendar\/v3\/calendars\/; object-src 'self'", "browser_action": { "default_icon": "img\/su-square.png", "default_popup": "popup.html" }, "icons": { "16": "img\/su-square.png", "48": "img\/su-square.png", "128": "img\/su-square.png" }, "description": "Chrome Tab Extension for Syracuse University Students", "permissions": [ "storage" ] } |