Home | History | Annotate | only in /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator
Up to higher level directory
NameDateSize
app/23-Apr-2015
assets/23-Apr-2015
LICENSE23-Apr-20151.5K
OWNERS23-Apr-201599
README.md23-Apr-2015357
tests/23-Apr-2015

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