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)

Qu'est-ce que Get Referrer URL ?

Get Referrer URL est une extension Chrome développée par fixplz, et sa fonction principale est "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Referrer URL

Téléchargez les fichiers d'extension Get Referrer URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
URL Officiel https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Description Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Taille du Fichier 4.84 KB
Nombre d'Installations 1,112
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-07-13
Date de Publication 2014-07-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur fixplz
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}