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)

O que é Get Referrer URL?

Get Referrer URL é uma extensão do Chrome desenvolvida por fixplz, e sua principal característica é "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Get Referrer URL

Baixe arquivos de extensão Get Referrer URL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
URL Oficial https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Descrição Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Tamanho do Arquivo 4.84 KB
Contagem de Instalações 1,112
Versão Atual 0.0.1
Última Atualização 2014-07-13
Data de Publicação 2014-07-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor fixplz
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}