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 je Get Referrer URL?

Get Referrer URL je rozšíření Chrome vyvinuté fixplz, a jeho hlavní funkcí je „Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Get Referrer URL

Stáhněte si soubory rozšíření Get Referrer URL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
Oficiální URL https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Popis Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Velikost souboru 4.84 KB
Počet instalací 1,112
Aktuální Verze 0.0.1
Poslední Aktualizace 2014-07-13
Datum Vydání 2014-07-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář fixplz
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}