Up Url

enables auto-parsing and navigation of current url

Vad är Up Url?

Up Url är en Chrome-tillägg utvecklad av https://netrc.com, och dess huvudfunktion är "enables auto-parsing and navigation of current url".

Tilläggsskärmbilder

screenshot

Ladda ner Up Url-förlängningens CRX-fil

Ladda ner Up Url-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Up Url Up Url
ID cagmkfldeglkpnoehchbbdjmgddacodk
Officiell webbadress https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk
Beskrivning enables auto-parsing and navigation of current url
Filstorlek 19.5 KB
Antal Installationer 145
Aktuell Version 1.0
Senast Uppdaterad 2014-01-17
Publiceringsdatum 2014-01-17
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare https://netrc.com
Betalningssätt free
Stödda Språk 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"
    ]
}