ezUP

Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).

Qu'est-ce que ezUP ?

ezUP est une extension Chrome développée par ezanker, et sa fonction principale est "Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ezUP

Téléchargez les fichiers d'extension ezUP 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

                        ezUP adds an up arrow button to the omnibox (address bar).  When you press the button a list of urls appears that lets you navigate up through the site hierarchy from the current url.

Click the links to navigate to the urls within the tab or click the new tab/new window icons to open the urls in a new tab or new window.

Aditionally, from within a page, press the keyboard shortcut: ctrl+alt+u to go up one level immediately.  The keyboard shortcut also works within frames on the page, so it will work within my ezLinkPreview extension popups:  https://chrome.google.com/webstore/detail/nnkcfbiefgdaceeplickkkmifpicbpcc                    

Informations de Base sur l'Extension

Nom ezUP ezUP
ID hnomiiicdikiogeolpgmpdmcilkgjdco
URL Officiel https://chromewebstore.google.com/detail/ezup/hnomiiicdikiogeolpgmpdmcilkgjdco
Description Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).
Taille du Fichier 51.44 KB
Nombre d'Installations 207
Version Actuelle 1.5
Dernière Mise à Jour 2012-07-10
Date de Publication 2012-07-10
Évaluation 4.75/5 Total 4 Évaluations
Développeur ezanker
Type de Paiement free
Site Web de l'Extension http://www.simpledifference.com/ezanker/ezup.aspx
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "name": "ezUP",
    "version": "1.5",
    "manifest_version": 2,
    "description": "Navigate UP through the levels of the current site via button or keyboard (ctrl+alt+u).",
    "icons": {
        "48": "ez48.png",
        "128": "ez128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "ez19.png",
        "default_popup": "ezup.html",
        "default_title": "Move up through the levels of this site"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.4.min.js",
                "jquery.hotkeys-0.7.9.min.js",
                "ezOverlay.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}