Up Url

enables auto-parsing and navigation of current url

What is Up Url?

Up Url is a Chrome extension developed by https://netrc.com, and its main feature is "enables auto-parsing and navigation of current url".

Extension Screenshots

screenshot

Download Up Url Extension CRX File

Download Up Url 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

                        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.                    

Extension Basic Information

Name Up Url Up Url
ID cagmkfldeglkpnoehchbbdjmgddacodk
Official URL https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk
Description enables auto-parsing and navigation of current url
File Size 19.5 KB
Installation Count 145
Current Version 1.0
Last Updated 2014-01-17
Publish Date 2014-01-17
Rating 4.00/5 Total 2 Ratings
Developer https://netrc.com
Payment Type free
Supported Languages 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"
    ]
}