How to get URL of currently opened webpage of Chrome application desktop shortcut

7,014

Solution 1

I'll try to answer this question. OP is asking for "Chrome Application", it can be created from Chromes menu->More tools->Create application shortcuts.

Once click this shortcut(its different from .url) it will open the URL in chrome but without address bar, menu button etc.. Here is a screenshot, desktop application and chrome side by side.

enter image description here

So locating to address bar then ctrl+c wouldn't work. The only way I found, without an extension, is to use "View Page Source"(right click or Ctrl+U), with which, you get back to the standard chrome page with an address bar, then "ctrl+L, ctrl+C" will work, just need to remove the "view-source" from the copied content.

Solution 2

  1. Highlight the address bar using Control + L
  2. Copy the address URL using Control + L

Solution 3

As of 2019-06-11, on Chrome Version 74.0.3729.169, you can click the ... on the top right corner, and you'll see a menu item called "Copy URL". See screenshot below.

enter image description here

Share:
7,014

Related videos on Youtube

Nam G VU
Author by

Nam G VU

Updated on September 18, 2022

Comments

  • Nam G VU
    Nam G VU over 1 year

    A quick google on my need "How to get URL of currently opend webpage of Chrome application shortcut" give me nothing helpful.

    So what is the fastest get the URL of an Chrome application desktop shortcut? In a browser, we simply copy the address bar.

    p.s.

    For example, let's say we create an application shortcut for this site at URL superuser.com; then we open it, and browse to this answer. At that moment, I want to share the page, and need to copy the URL of the currently opened website in front of my eye. I don't know how to right there.

    • Karan
      Karan almost 9 years
      Are these app shortcuts normal .LNK files just like shortcuts you create? Also, how do you define 'quickly'? Isn't the URL quickly available from the page info? Moreover, your question is slightly vague. You say you want the URL of the shortcut, but you also say you want the URL of the currently opened page of the shortcut. So if you created a shortcut to SU's homepage and navigated here for example, the two things you mentioned would be different, right? So which is it? Be clear please.
    • Nam G VU
      Nam G VU almost 9 years
      Yes, it is a .lnk file like shortcuts.
    • Nam G VU
      Nam G VU almost 9 years
      @Karan Thank you. I have updated my OP to reflect your question.
    • Nam G VU
      Nam G VU almost 9 years
      Quickly is just my word when asking; maybe the fastest way to do that is what I mean.
  • Nam G VU
    Nam G VU almost 9 years
    This is promising ^^. I'll try on my PC and soon back with you later.
  • Furty
    Furty about 4 years
    please delete answer: no address bar means Ctrl-l can not work
  • G-Man Says 'Reinstate Monica'
    G-Man Says 'Reinstate Monica' about 4 years
    @Furty: (1) Feel free to post comments identifying issues, but please don’t ask that answers be deleted.   When you get to 125 rep, you will be able to down vote answers that you believe to be flawed.   If a post is abusive (personal attacks, hate speech, etc.), flag it.   (2) I’m not sure why you say “no address bar”.   I find the question to be just about incomprehensible, but I do not see where it says “no address bar”.
  • Furty
    Furty about 4 years
    The question says "In a browser, we simply copy the address bar." - which means in a website that was "appified" by Chrome there is no address bar. Also see the top answer and answer before John. Which means John sort of duplicated the already inaplicable answer from Divin3 (and even if there was an address bar, line 2 would be wrong).
  • Furty
    Furty about 4 years
    @G-ManSays'ReinstateMonica' I submitted an edit to the question to add a screenshot for the given example.