URL Switcher
Navigate URL Hierarchy
What is URL Switcher?
URL Switcher is a Chrome extension developed by curvedmark, and its main feature is "Navigate URL Hierarchy".
Extension Screenshots
Download URL Switcher Extension CRX File
Download URL Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Navigate through website URL Hierarchy. Inspired by Safari. Source code hosted on GitHub: https://github.com/curvedmark/url-switcher
Extension Basic Information
Name | URL Switcher |
ID | jhokdbpcimdpkmgbdnmgcbklohaeleel |
Official URL | https://chromewebstore.google.com/detail/url-switcher/jhokdbpcimdpkmgbdnmgcbklohaeleel |
Description | Navigate URL Hierarchy |
File Size | 7.12 KB |
Installation Count | 36 |
Current Version | 0.1.0 |
Last Updated | 2013-11-08 |
Publish Date | 2013-11-08 |
Developer | curvedmark |
Payment Type | free |
Extension Website | https://github.com/curvedmark |
Help Page URL | https://github.com/curvedmark/url-switcher/issues |
Supported Languages | 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 } } |