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)
What is Get Referrer URL?
Get Referrer URL is a Chrome extension developed by fixplz, and its main feature is "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".
Extension Screenshots
Download Get Referrer URL Extension CRX File
Download Get Referrer URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Extension Basic Information
Name | Get Referrer URL |
ID | foeoiieheeibpcncbalmoejmfankigah |
Official URL | https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah |
Description | Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from) |
File Size | 4.84 KB |
Installation Count | 1,112 |
Current Version | 0.0.1 |
Last Updated | 2014-07-13 |
Publish Date | 2014-07-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | fixplz |
Payment Type | free |
Supported Languages | 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" ] } } |