MyDart

This extension notifies you of events on campus, reminds you of your class schedule, and centralizes your Dartmouth web resources!

Τι είναι το MyDart;

Το MyDart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jordan Kunzika, και η κύρια λειτουργία του είναι "This extension notifies you of events on campus, reminds you of your class schedule, and centralizes your Dartmouth web resources!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MyDart

Λήψη αρχείων επέκτασης MyDart σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        MyDart is a Chrome extension that takes many of the resources that Dartmouth students use and centralizes them into one easy-to-use interface!

Main Features Include:

1. Access to web resources such as:
* BannerStudent
* Library Resources (ability to search for books or other media to check out/reserve)
* DA$H, DBA, & Meal Swipes (ability to see your account and deposit funds)
* The Dartmouth newspaper
* LaundryView (ability to see what washers are free as well as send alerts directly to your phone when the washers/dryers are done)
* DDS Menu (ability to see what the meal specials are as well as nutrition facts)

2. Desktop Notifications! 

You can choose to be notified about:
- important events listed on the Academic Calendar (these notifications occur on the day before and the day of the particular event)
- newly published articles from The Dartmouth newspaper
- reminders about your class schedule!

How class schedule notifications work:

Click on the button called "Class Schedule Notifications" and follow the popup instructions which will show you how to upload your class schedule to MyDart. After uploading your schedule to MyDart, you will receive desktop notifications that will warn you when you have 15 minutes left until your next class.

Other Instructions:

Simply choose between clicking on the items in the list to change the content you want to view or use the hover auto-select option to have the content change whenever you place you mouse over the item. If you need any help figuring out how to use the extension, just toggle the tutorial tooltips and you will see messages that will describe the extension's features as your mouse hovers over certain items.

Hidden Background Feature:

MyDart now fixes the common Google Chrome glitch associated with accessing the Academic Timetable of Class Meetings! Simply download MyDart and you will automatically notice that the glitch no longer occurs and you can choose your courses normally as you would on any other browser!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MyDart MyDart
ID lbchcopflldcikllahoopfpnnlkkbefj
Επίσημο URL https://chrome.google.com/webstore/detail/mydart/lbchcopflldcikllahoopfpnnlkkbefj
Περιγραφή This extension notifies you of events on campus, reminds you of your class schedule, and centralizes your Dartmouth web resources!
Μέγεθος Αρχείου 4.81 MB
Αριθμός Εγκαταστάσεων 40
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2014-03-27
Ημερομηνία Δημοσίευσης 2014-03-27
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Jordan Kunzika
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyDart",
    "description": "This extension notifies you of events on campus, reminds you of your class schedule, and centralizes your Dartmouth web resources!",
    "version": "1.0.0.1",
    "background": {
        "persistent": true,
        "scripts": [
            "jsonfn.js",
            "google_feed.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon.png",
        "128": "icon_128.png"
    },
    "author": "Jordan Kunzika",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "tabs",
        "notifications",
        "pageCapture",
        "alarms",
        "https:\/\/apis.google.com\/",
        "https:\/\/*.google.com\/",
        "https:\/\/banner.dartmouth.edu\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "mydartpopup.html"
    }
}