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)

Apa itu Get Referrer URL?

Get Referrer URL adalah ekstensi Chrome yang dikembangkan oleh fixplz, dan fitur utamanya adalah "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get Referrer URL

Unduh file ekstensi Get Referrer URL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
URL Resmi https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
Deskripsi Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Ukuran File 4.84 KB
Jumlah Instalasi 1,112
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-07-13
Tanggal Publikasi 2014-07-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang fixplz
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}