Up Url
enables auto-parsing and navigation of current url
Co je Up Url?
Up Url je rozšíření Chrome vyvinuté https://netrc.com, a jeho hlavní funkcí je „enables auto-parsing and navigation of current url“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Up Url
Stáhněte si soubory rozšíření Up Url ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
Oficiální URL | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Popis | enables auto-parsing and navigation of current url |
Velikost souboru | 19.5 KB |
Počet instalací | 145 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-01-17 |
Datum Vydání | 2014-01-17 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | https://netrc.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |