Add URL to page title

#4.29 / 7 rate

Add URL to page title

639 users

2013-09-17

Simon Perry

Extension Information

5 star
50%
4 star
0%
3 star
50%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Simply adds the URL to the title bar.

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.

Reviews

Сергей Толкунов
Сергей Толкунов

А кто нибудь может полный код написать? скиньте если где то есть, пожалуйста, на [email protected].

Marc Gutt
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(); } ##########################

Владимир Каршаков
Владимир Каршаков

Не работает на ajax-сайтах и если сайт меняет заголовок окна. Было бы не плохо прикрутить на событие смены тайтла

Similar extensions

New Tab Redirect
New Tab Redirect

Jim Schubert

URL in title
URL in title

Guillaume Ryder

Simple New Tab URL
Simple New Tab URL

https://zach-adams.com

Scrollbar of Contents
Scrollbar of Contents

Martin Lijanto