mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-29 13:49:41 +07:00
* fix images in readme * fix all sample readmes by pointing all images to correct apps location
18 lines
844 B
Markdown
18 lines
844 B
Markdown
<a target="_blank" href="https://chrome.google.com/webstore/detail/inbjbbebnhailhhkfaaokegkfjlmgabb"></a>
|
|
|
|
|
|
# Mini code editor
|
|
|
|
A non-trivial sample with basic features of a code editor, like syntax detection and syntax highlight. If also uses the extended FileSystem API that allows a user to select files from the disk so the app can read and write to that file.
|
|
|
|
## APIs
|
|
|
|
* [chrome.fileSystem](http://developer.chrome.com/apps/fileSystem.html)
|
|
* [Runtime](http://developer.chrome.com/apps/app.runtime.html)
|
|
* [Window](http://developer.chrome.com/apps/app.window.html)
|
|
|
|
|
|
## Screenshot
|
|

|
|
|