Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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...)

share|improve this question

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

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".

share|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 '12 at 20:55
1  
I guess the shortcut is Alt + Space. Unfortunately, the "Copy URL" option had been removed (I'm on "Version 22.0.1229.94 m"). – Martin R-L Nov 5 '12 at 19:39
1  
Dammit, they have too. – Steve Bennett Nov 6 '12 at 0:31

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

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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