user3233318
user3233318

Reputation:

Open with Google Chrome app

Is it possible to make a Chrome app handle certain types of extensions? For example, setting a Chrome app to be launched when you double click a .txt file, instead of launching the Chrome app first and browsing for the file.

Upvotes: 1

Views: 496

Answers (2)

Ben Wells
Ben Wells

Reputation: 1892

Yes, on ChromeOS via file_handlers. On other operating systems, not yet.

The bug to track this work on Windows: https://crbug.com/130455 Linux: https://crbug.com/138665

I'm not sure if / where there is a mac bug but it is also planned.

Upvotes: 1

Losiowaty
Losiowaty

Reputation: 8006

This should help you : http://www.computerhope.com/issues/ch000128.htm Especially the part at the end of it. In the future - Google it, it was like the 2 result.

Upvotes: 0

Related Questions