Add URL to page title

Add URL to page title

Simply adds the URL to the title bar.

What is Add URL to page title?
Add URL to page title is a practical Chrome extension that includes the URL of a web page in the title. It does so in the format: Original Title |url:[http://www.the-url.com] These details are added to allow other applications to retrieve the URL. This feature was readily available through Chrome_OmniboxView in earlier Chrome versions but is no longer possible since version 28.
Stats
Users: 599 ▼ -85
Rating: 4.29 (7)
Version: 1.0 (Last updated: 2013-09-17)
Creation date: 2013-09-17
Risk impact: High risk impact
Risk likelihood: Low risk likelihood
Manifest version: 2
Permissions:
  • tabs
  • http://*/*
Size: 2.86K
Stats date:

Chrome-Stats Rank

Other platforms

Not available on Firefox
Not available on Edge
Want to check extension ranking and stats more quickly for other Chrome extensions? Install Chrome-Stats extension to view Chrome-Stats data as you browse the Chrome Web Store.
Chrome-Stats extension
Summary

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.

User reviews
А кто нибудь может полный код написать? скиньте если где то есть, пожалуйста, на fidel6171@gmail.com.

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(); } ##########################
by Marc Gutt Marc Gutt, 2017-10-06

Не работает на ajax-сайтах и если сайт меняет заголовок окна. Было бы не плохо прикрутить на событие смены тайтла
View all user reviews
Safety
Risk impact

Add URL to page title is risky to use as it requires a number of sensitive permissions that can potentially harm your browser and steal your data. Exercise caution when installing this extension. Review carefully before installing. We recommend that you only install Add URL to page title if you trust the publisher.

Risk likelihood

Add URL to page title has earned a fairly good reputation and likely can be trusted.

Upgrade to see risk analysis details
Similar extensions

Here are some Chrome extensions that are similar to Add URL to page title: