Git Product home page Git Product logo

chrome-notification's Introduction

A Chrome extension that notifies you when you have more to study on WaniKani.com.

License

Copyright (c) 2012, Derek Guenther. All code is licensed under the Apache License, Version 2.0 (the "License"). You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Features

  • Updates a badge on the extension's icon when you have more to study
  • Optionally displays a desktop notification as well
  • Mouse over the extension's icon to see the time of your next review
  • Clicking on the extension's icon redirects to WaniKani.com
  • Settings sync with Chrome Sync, so all of your synced Chrome browsers will be set up automatically
  • Memory efficient: Uses event pages to unload the extension when it's not busy

Changelog

###v0.2.2

  • Changed over all URL references to WaniKani to SSL
  • Rewrote review page to update when viewing reviews summary

###v0.2.1

  • Updated review page monitor for new review page style

###v0.2

  • Added a content script to monitor the WaniKani review page. Sets review count to 0 as soon as your review is complete.
  • Added the option to display desktop notifications when you have new reviews. Defaults to off. Check the extension's options page.
  • Added an option to change how frequently the extension updates review count when there are reviews due. Defaults to 1 minute. When reviews are due, the API returns "reviews_available" as approximately the current datetime. We could check "reviews_available_next_hour" every hour to see if there are new reviews and allow the content script to get rid of old reviews. However, if the user reviews in a different environment, the extension will be out of date for as long as an hour. For now, the review count syncs with the API every few minutes since it's not too intensive.
  • Mousing over the extension's icon shows you the time of your next review

###v0.1.1

  • Updated API calls to v1.1 (No impact on features)

###v0.1

  • Initial release

chrome-notification's People

Contributors

arirubinstein avatar dguenther avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.