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)
¿Qué es Get Referrer URL?
Get Referrer URL es una extensión de Chrome desarrollada por fixplz, y su función principal es "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Get Referrer URL
Descarga archivos de extensión Get Referrer URL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Información Básica de la Extensión
Nombre | Get Referrer URL |
ID | foeoiieheeibpcncbalmoejmfankigah |
URL Oficial | https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah |
Descripción | Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from) |
Tamaño del Archivo | 4.84 KB |
Cantidad de Instalaciones | 1,112 |
Versión Actual | 0.0.1 |
Última Actualización | 2014-07-13 |
Fecha de Publicación | 2014-07-13 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | fixplz |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |