Up Url

enables auto-parsing and navigation of current url

Hvad er Up Url?

Up Url er en Chrome-udvidelse udviklet af https://netrc.com, og dens hovedfunktion er "enables auto-parsing and navigation of current url".

Udvidelsesskærmbilleder

screenshot

Download Up Url-udvidelses-CRX-fil

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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Up Url Up Url
ID cagmkfldeglkpnoehchbbdjmgddacodk
Officiel URL https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk
Beskrivelse enables auto-parsing and navigation of current url
Filstørrelse 19.5 KB
Antal Installationer 145
Nuværende Version 1.0
Senest Opdateret 2014-01-17
Udgivelsesdato 2014-01-17
Bedømmelse 4.00/5 Samlet 2 Bedømmelser
Udvikler https://netrc.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}