Up Url
enables auto-parsing and navigation of current url
Cos'è Up Url?
Up Url è un'estensione di Chrome sviluppata da https://netrc.com, e la sua funzione principale è "enables auto-parsing and navigation of current url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Up Url
Scarica i file di estensione Up 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
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
Informazioni di Base sull'Estensione
Nome | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
URL Ufficiale | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Descrizione | enables auto-parsing and navigation of current url |
Dimensione del File | 19.5 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-01-17 |
Data di Pubblicazione | 2014-01-17 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://netrc.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |