Google Chrome Extension Resistant

My question is quite simple, I need to develop the Google Chrome extension and, by the way, create dynamically HTML / CSS files. I basically thought of doing this using javascript, but this is not possible for security reasons. So I'm thinking of using the Chrome API directly.

Is there an chrome-enabled API?

+3
source share
3 answers

Chrome extensions use localStorage to store data. Check out the http://diveintohtml5.ep.io/storage.html for the tutorial.

, localStorage. / , JSON- /.

+2

javascript. Chrome , ( ). 1. , js- , . 2. js/ajax, , OPTIONS. GET. , .

, 2 js. , , LocalStorage .

+2

, ,

, !

+1

All Articles