|
|
|
|
|
by TomasSedovic
5676 days ago
|
|
For what's it worth, some of these apps are differently packed Chrome extensions. Write Space[1] for example. Therefore, you do have to install it, it works only on Chrome and has all the "app properties". On the other hand, while it does use the web technologies, it's not a "web app". It doesn't live on a server and you can't link to it. As such, I agree with your sentiment -- some of the apps in the web store are just bookmarks (where the whole installation process feels weird) and the rest are not really "web". [1] https://chrome.google.com/webstore/detail/aimodnlfiikjjnmdch... |
|
But the 'apps' are literally just websites. Some of them use newer APIs which other browsers don't support yet.
The same situation happened with localStorage, CSS, cookies, Ajax, JSON. The correct approach now is the same approach we used with those technologies; use them where we can, fall back where we can't. The approach Google's pushing is: Use them on Chrome, lock out where you can't.