All the logic is performed client-side, and the only thing that is sent back to StartHQ is your final launcher (so you can use the same launcher on other machines, including your phone / tablet).
- Autofocus the url bar, if this is possible. Make the search field the first tab field (it's currently the second).
- Do a live fuzzy filtering of my webapps, not a submit-based search. This might work better if you had the list of results in a dropdown from the search box (think how Sublime shows its command pallette. If you don't know what that is, see the third animation at http://www.sublimetext.com/), instead of taking over the main body of the page.
- If I press Enter from the search box, open the top result that's currently showing.
These three changes allow for the workflow Ctrl-T, Tab if necessary, type fuzzy search for app name, press enter. Otherwise it's faster just to use the URL bar.
- You should show the URL of the shortcuts when editing the list of shortcuts, and preferably giving an option to turn on the domain on the main view.
EDIT:
- I would suggest making all my currently selected apps stored in localStorage, and using appCache for the page, if you're not already. If you want people to use this heavily, it'll need to load fast. The directory you can just load from a server, but I shouldn't have to wait for a response if I'm on a bad connection and I want to open a web app.
- Is there a way to load in your data without redirecting the New Tab page? Currently, the way you have it set up breaks the Ctrl-T, type-url flow that I use constantly, and I imagine many other people do too. I know it used to be possible to take over the new tab page without changing the url - did the update break this?
Awesome suggestions! Adding them to our backlog as we speak. If it's not too much trouble, could you cross post them to http://starthq.uservoice.com so others can vote and comment. Also that way you'll get notified when we roll the updates out.
We are already using localStorage. Opted out of using AppCache after having it on for a while due to Firefox having a buggy implementation which made it impossible to invalidate the cache at times.
The last point is worrying, since it works for me. This may indeed be a regressioon caused by the Chrome update. Will investigate and be in touch.
Thanks for the response. I was half-expecting you were using localStorage, and I sympathize with your AppCache trouble. It's a pain when it does work, let alone when it doesn't.
One other idea I had, which I'm not sure if you guys are working on, is making the images able to autoupdate so you could have live-tile-like functionality (not necessarily the design, just the live info). Before the update, I used Currently, which gave me weather and time on the new tab page, which I really liked.
I'll see about posting that and my previous suggestions to uservoice.
I actually like the new start page, but I would love if there were an extension to remove the new "Apps" button from my bookmark bar. I never use apps and so it's just wasting bookmark bar real estate.
This is what I see when following the link on my iPad:
> Sorry, your operating system is not supported just yet. The Chrome Web Store is available on Windows (except RT), Mac and Linux. Why don't you send yourself a reminder to try it out later?
It would be nice if the Chrome store at least redirected to a relevant static info page even if I can't install the app. Same for the similar Apple App store links.
If you go to https://starthq.com/ext we redirect you to the right store based on your user agent, or https://starthq.com failing a match, where you can sign up and start using the launcher without the extension.
We actually made sure StartHQ works pretty well on the iPad - you can add it to the homescreen etc.
I have to say I really liked the magic of automatically filling the app launcher. I first nearly didn't notice, because it the apps seemed very obvious to me. It took me a minute to realize that this came from my browsing history and booksmarks. Good work!
That's funny, I was thinking about doing something like this just yesterday. Guess I'll continue working on my Game instead, someone has executed this idea pretty well.
I would love for something like this to be open source. Where I can contribute and create a better launcher as a community. This is a great start. Would love to contribute more.
Interesting point. It seems like not everyone has it, but it is not connected to the version. I have the stable relase of chrome, but for me the standard app page is gone. have a look here at the Chromium blog: http://blog.chromium.org/2013/08/another-step-toward-faster-...
Glad someone sees and appreciates all the effort we put in :)
It is indeed a bit of an iceberg, in that there's a ton of stuff under the hood that users don't initially see. We've done a couple of talks on the tech - you can check them out here:
I think its probably to enable the collaboration tools. I;m pretty sure you can still use it w/o giving up your email, just forgoing some of the collab features
Chrome's new Tab page always have my bookmarks ready. All New Tab Replacement extensions do not show that or does away with my bookmarks. I want them too.
Thanks Jacopo and nice to meet you! Couldn't have gotten even this far without Alex and Gabe though: https://starthq.com/about ... not to mention our awesome early adopter friends like Finn, Jaakko, Jesse and many others. You guys are all awesome!
Our extension is much like the old new tab page, but with various improvements:
- you can add any app, not just those in Chrome Web Store, including custom ones
- the launcher is automatically populated for you
- you can share the launcher with your colleagues
- the launcher config is synced to our server and we have a standalone service available as well as tab replacement addons for most other browsers
- we have deep links available, giving you shortcuts inside the web apps
- you can have multiple screens
We also have something really neat just around the corner, which you can see in this quick demo video: https://dl.dropboxusercontent.com/s/zy8xo0p086ydql8/starthq....
Finally, you can try it out without installing the extension here: https://starthq.com - we don't require you to verify your email to try it out.
Would really appreciate your feedback, thanks!