Up Url
enables auto-parsing and navigation of current url
Co to jest Up Url?
Up Url to rozszerzenie Chrome opracowane przez https://netrc.com, a jego główną funkcją jest „enables auto-parsing and navigation of current url”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Up Url
Pobierz pliki rozszerzeń Up Url w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
Oficjalny URL | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Opis | enables auto-parsing and navigation of current url |
Rozmiar pliku | 19.5 KB |
Liczba instalacji | 145 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-01-17 |
Data Publikacji | 2014-01-17 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | https://netrc.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |