In normal browser mode, you'd just copy the URL out of the address bar. But when your web app is running in "application shortcut" mode, there is no address bar. So how do you find out the URL for your current Gmail message, for instance?

(Ok, this is obviously a Chrome question, not a web app question, but give me points for the effort I put into disguising it...)

link|improve this question

55% accept rate
feedback

migrated from webapps.stackexchange.com Nov 20 '10 at 14:09

This question came from our site for power users of web applications.

2 Answers

up vote 2 down vote accepted

Ok, I found the right answer: Click the system menu (top left hand corner). Select "Copy URL".

link|improve this answer
Please accept your own answer to mark this question solved. – Daniel Beck Feb 15 '11 at 20:50
Too bad there isn't a keyboard shortcut for this. ): – Rebecca Chernoff Jan 5 at 20:55
feedback

Don't have access to Chrome right now, but how about Right-click on the page and select "Properties"?

link|improve this answer
Ok, there's no "Properties", but I did just discover you can get it through Inspect Element. Navigate to the HTML element, and there's a rule matched for html, body. Right click on the source of that rule, and do "copy link address"...you get there in the end. Thanks. – Steve Bennett Nov 20 '10 at 5:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.