Up Url
enables auto-parsing and navigation of current url
Qu'est-ce que Up Url ?
Up Url est une extension Chrome développée par https://netrc.com, et sa fonction principale est "enables auto-parsing and navigation of current url".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Up Url
Téléchargez les fichiers d'extension Up Url au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
URL Officiel | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Description | enables auto-parsing and navigation of current url |
Taille du Fichier | 19.5 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-17 |
Date de Publication | 2014-01-17 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | https://netrc.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |