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)

Wat is Get Referrer URL?

Get Referrer URL is een Chrome-extensie ontwikkeld door fixplz, en de belangrijkste functie is "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Get Referrer URL

Download Get Referrer URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
Officiële URL https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Beschrijving Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Bestandsgrootte 4.84 KB
Aantal Installaties 1,112
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-07-13
Publicatiedatum 2014-07-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fixplz
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}