Get Referrer URL

Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)

Что такое Get Referrer URL?

Get Referrer URL - это расширение Chrome, разработанное fixplz, и его основная функция - "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Get Referrer URL

Скачайте файлы расширений Get Referrer URL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)                    

Основная информация о расширении

Название Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
Официальный URL https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Описание Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Размер файла 4.84 KB
Количество установок 1,112
Текущая Версия 0.0.1
Последнее Обновление 2014-07-13
Дата публикации 2014-07-13
Рейтинг 5.00/5 Всего 1 оценок
Разработчик fixplz
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Referrer URL",
    "version": "0.0.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}