Home | History | Annotate | only in /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator
Up to higher level directory
NameDateSize
app/06-Dec-2013
assets/06-Dec-2013
LICENSE06-Dec-20131.5K
OWNERS06-Dec-201399
README.md06-Dec-2013357
tests/06-Dec-2013

README.md

      1 # Calculator
      2 
      3 A sample application that provides a simple calculator. Supports basic
      4 operations such as addition, multiplication, subtraction and division.
      5 
      6 This sample also incorporates an MVC-style structure.
      7 
      8 ## APIs
      9 
     10 * [Runtime](http://developer.chrome.com/trunk/apps/app.runtime.html)
     11 * [Window](http://developer.chrome.com/trunk/apps/app.window.html)
     12