Developing a Chrome Desktop App -


i tutorial on building chrome desktop app.

i found ones chrome extensions, chrome apps don't redirecting website - want app any.do, google keep, sunrise calendar: apps work without chrome , in different window, hope can make 1 html-css-js.

do know can find documentation that?

thanks!!

this called "packaged app", , called "chrome app", opposed what's called "hosted app" (link website).

the main documentation here.

note chrome apps have, in regards, more power, don't integrate browser extensions do. intended behave self-contained. don't work without chrome, have independent windows.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -