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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Get Referrer URL

قم بتنزيل ملفات الامتداد Get Referrer URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}