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)

Co to jest Get Referrer URL?

Get Referrer URL to rozszerzenie Chrome opracowane przez fixplz, a jego główną funkcją jest „Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Get Referrer URL

Pobierz pliki rozszerzeń Get Referrer URL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
Oficjalny URL https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Opis Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Rozmiar pliku 4.84 KB
Liczba instalacji 1,112
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2014-07-13
Data Publikacji 2014-07-13
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper fixplz
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}