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)

Get Referrer URL क्या है?

Get Referrer URL fixplz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Get Referrer URL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Get Referrer URL Get Referrer URL
ID foeoiieheeibpcncbalmoejmfankigah
आधिकारिक URL https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah
विवरण Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
फ़ाइल का आकार 4.84 KB
स्थापना संख्या 1,112
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2014-07-13
प्रकाशन तिथि 2014-07-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर fixplz
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}