URL Switcher
Navigate URL Hierarchy
Cos'è URL Switcher?
URL Switcher è un'estensione di Chrome sviluppata da curvedmark, e la sua funzione principale è "Navigate URL Hierarchy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Switcher
Scarica i file di estensione URL Switcher 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
Navigate through website URL Hierarchy. Inspired by Safari. Source code hosted on GitHub: https://github.com/curvedmark/url-switcher
Informazioni di Base sull'Estensione
Nome | URL Switcher |
ID | jhokdbpcimdpkmgbdnmgcbklohaeleel |
URL Ufficiale | https://chromewebstore.google.com/detail/url-switcher/jhokdbpcimdpkmgbdnmgcbklohaeleel |
Descrizione | Navigate URL Hierarchy |
Dimensione del File | 7.12 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2013-11-08 |
Data di Pubblicazione | 2013-11-08 |
Sviluppatore | curvedmark |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/curvedmark |
URL della Pagina di Aiuto | https://github.com/curvedmark/url-switcher/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Switcher", "version": "0.1.0", "description": "Navigate URL Hierarchy", "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js", "url.js" ], "persistent": false } } |