Up Url
enables auto-parsing and navigation of current url
Wat is Up Url?
Up Url is een Chrome-extensie ontwikkeld door https://netrc.com, en de belangrijkste functie is "enables auto-parsing and navigation of current url".
Extensie Screenshots
Download het CRX-bestand van de extensie Up Url
Download Up Url-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
Officiële URL | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Beschrijving | enables auto-parsing and navigation of current url |
Bestandsgrootte | 19.5 KB |
Aantal Installaties | 145 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-17 |
Publicatiedatum | 2014-01-17 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://netrc.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |