URL Switcher
Navigate URL Hierarchy
Hvad er URL Switcher?
URL Switcher er en Chrome-udvidelse udviklet af curvedmark, og dens hovedfunktion er "Navigate URL Hierarchy".
Udvidelsesskærmbilleder
Download URL Switcher-udvidelses-CRX-fil
Download URL Switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Navigate through website URL Hierarchy. Inspired by Safari. Source code hosted on GitHub: https://github.com/curvedmark/url-switcher
Grundlæggende oplysninger om udvidelsen
Navn | URL Switcher |
ID | jhokdbpcimdpkmgbdnmgcbklohaeleel |
Officiel URL | https://chromewebstore.google.com/detail/url-switcher/jhokdbpcimdpkmgbdnmgcbklohaeleel |
Beskrivelse | Navigate URL Hierarchy |
Filstørrelse | 7.12 KB |
Antal Installationer | 36 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2013-11-08 |
Udgivelsesdato | 2013-11-08 |
Udvikler | curvedmark |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/curvedmark |
Hjælpeside-URL | https://github.com/curvedmark/url-switcher/issues |
Understøttede Sprog | 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 } } |