extension ExtPose

Add URL to page title

CRX id

ghpeimfjbonkimelnkbgekmcboomkgmi-

Description from extension meta

Simply adds the URL to the title bar.

Description from store This put the URL of any web page you're on into the page title in the format: Original Title |url:[http://www.the-url.com] But why? In Chrome, other applications used to be able to use Chrome_OmniboxView to get the URL of the page you are on. Since version 28, you can no longer do this. However, you can still get the title of the window. This simple Chrome extension puts the URL into the title to make it available to other applications.

Latest reviews

  • (2019-08-25) Сергей Толкунов: А кто нибудь может полный код написать? скиньте если где то есть, пожалуйста, на [email protected].
  • (2017-10-06) Marc Gutt: Die Erweiterung ist sauber. Das ist der Quelltext der Extension, der einfach nur location.href dem document.title hinzufügt: ########################## function doit() { var start = " - ["; var end = "]"; if (document.title.indexOf(start) == -1) { document.title += start + location.href + end; } } doit(); window.onload = function () { doit(); } ##########################
  • (2014-09-02) Владимир Каршаков: Не работает на ajax-сайтах и если сайт меняет заголовок окна. Было бы не плохо прикрутить на событие смены тайтла
  • (2013-11-11) Fei Dai: Exactly as described and Simple.

Latest issues

  • (2016-06-20, v:1.0) Cristian Garcia: Source code
    Hi, Is this open source, does it have a repo, or could you share te code? There is problem with facebook, it changes the title many times and this extension doesn't work because of that. Thanks!
  • (2015-10-15, v:1.0) Beckoning cat: add caption fail
    chrome captions, automatic translation is such a modification. As a result, previous problems occur.
  • (2015-10-15, v:1.0) Beckoning cat: change missmach
    This URL is converted as follows https://www.kaggle.com/robibok   | URL: [https://www.kaggle.com/robibok] I want to do this hope   | url: [https://www.kaggle.com/robibok] I wish to Add URL to Window Title compatible with FireFox   - Https://www.kaggle.com/robibok
  • (2014-03-22, v:1.0) William Heinz: This does not seem to work for all urls. Why?
    Here is an example. https://medium.com/the-nib Do you have any suggestions for getting this url programmatically?
  • (2013-10-26, v:1.0) Brehm Erick: free plugin
    Hi, I have developped a parental control with internet filter, and I would like to recommend your chrome plugin (add url to page title)to users. Can I recommend it freely? Regards.

Statistics

Installs
724 history
Category
Rating
4.2857 (7 votes)
Last update / version
2013-09-17 / 1.0
Listing languages

Links