4p's URL Expander
Right click a shortened link and expand it
Cos'è 4p's URL Expander?
4p's URL Expander è un'estensione di Chrome sviluppata da 4p, e la sua funzione principale è "Right click a shortened link and expand it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 4p's URL Expander
Scarica i file di estensione 4p's URL Expander 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
This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.
This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.
Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.
Limited to 100 "expands" per hour. Informazioni di Base sull'Estensione
| Nome | |
| ID | gldfamiablnblfgmflmlcbmimckdnlpj |
| URL Ufficiale | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
| Descrizione | Right click a shortened link and expand it |
| Dimensione del File | 7.08 KB |
| Conteggio Installazioni | 79 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2017-06-30 |
| Data di Pubblicazione | 2017-06-30 |
| Sviluppatore | 4p |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://expandurl.com/ |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "4p's URL Expander",
"description": "Right click a shortened link and expand it",
"version": "0.0.1",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"persistent": true,
"scripts": [
"popup.js"
]
},
"manifest_version": 2
} | |