AccessSyracuse
Chrome Tab Extension for Syracuse University Students
Wat is AccessSyracuse?
AccessSyracuse is een Chrome-extensie ontwikkeld door Zach Visco, en de belangrijkste functie is "Chrome Tab Extension for Syracuse University Students".
Extensie Screenshots
Download het CRX-bestand van de extensie AccessSyracuse
Download AccessSyracuse-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
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
Basisinformatie over de Extensie
Naam | AccessSyracuse |
ID | akbocdfgnndhlpaiiognnbopfmhojnfa |
Officiële URL | https://chromewebstore.google.com/detail/accesssyracuse/akbocdfgnndhlpaiiognnbopfmhojnfa |
Beschrijving | Chrome Tab Extension for Syracuse University Students |
Bestandsgrootte | 6.5 MB |
Aantal Installaties | 39 |
Huidige Versie | 1.3.5 |
Laatst Bijgewerkt | 2018-09-28 |
Publicatiedatum | 2018-09-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Zach Visco |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |