AccessSyracuse
Chrome Tab Extension for Syracuse University Students
Cos'è AccessSyracuse?
AccessSyracuse è un'estensione di Chrome sviluppata da Zach Visco, e la sua funzione principale è "Chrome Tab Extension for Syracuse University Students".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AccessSyracuse
Scarica i file di estensione AccessSyracuse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | AccessSyracuse |
ID | akbocdfgnndhlpaiiognnbopfmhojnfa |
URL Ufficiale | https://chromewebstore.google.com/detail/accesssyracuse/akbocdfgnndhlpaiiognnbopfmhojnfa |
Descrizione | Chrome Tab Extension for Syracuse University Students |
Dimensione del File | 6.5 MB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.3.5 |
Ultimo Aggiornamento | 2018-09-28 |
Data di Pubblicazione | 2018-09-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Zach Visco |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |