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によって開発されたChromeの拡張機能で、その主な機能は「Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)」です。

拡張機能のスクリーンショット

screenshot

Get Referrer URL拡張機能のCRXファイルをダウンロード

Get Referrer URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}