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)
Cos'è Get Referrer URL?
Get Referrer URL è un'estensione di Chrome sviluppata da fixplz, e la sua funzione principale è "Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Get Referrer URL
Scarica i file di estensione Get Referrer URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from)
Informazioni di Base sull'Estensione
Nome | Get Referrer URL |
ID | foeoiieheeibpcncbalmoejmfankigah |
URL Ufficiale | https://chromewebstore.google.com/detail/get-referrer-url/foeoiieheeibpcncbalmoejmfankigah |
Descrizione | Adds a little icon in the URL bar that lets you see the referring URL (the page you opened the current tab from) |
Dimensione del File | 4.84 KB |
Conteggio Installazioni | 1,112 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-07-13 |
Data di Pubblicazione | 2014-07-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | fixplz |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |