Up Url
enables auto-parsing and navigation of current url
Was ist Up Url?
Up Url ist eine Chrome-Erweiterung, die von https://netrc.com entwickelt wurde, und ihr Hauptmerkmal ist "enables auto-parsing and navigation of current url".
Erweiterungsscreenshots
Up Url-Erweiterungs-CRX-Datei herunterladen
Laden Sie Up Url-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
Offizielle URL | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Beschreibung | enables auto-parsing and navigation of current url |
Dateigröße | 19.5 KB |
Installationsanzahl | 145 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-01-17 |
Veröffentlichungsdatum | 2014-01-17 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://netrc.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |