URL Switcher

Navigate URL Hierarchy

Co to jest URL Switcher?

URL Switcher to rozszerzenie Chrome opracowane przez curvedmark, a jego główną funkcją jest „Navigate URL Hierarchy”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia URL Switcher

Pobierz pliki rozszerzeń URL Switcher 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

                        Navigate through website URL Hierarchy. Inspired by Safari.

Source code hosted on GitHub: https://github.com/curvedmark/url-switcher                    

Podstawowe informacje o rozszerzeniu

Nazwa URL Switcher URL Switcher
ID jhokdbpcimdpkmgbdnmgcbklohaeleel
Oficjalny URL https://chromewebstore.google.com/detail/url-switcher/jhokdbpcimdpkmgbdnmgcbklohaeleel
Opis Navigate URL Hierarchy
Rozmiar pliku 7.12 KB
Liczba instalacji 36
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2013-11-08
Data Publikacji 2013-11-08
Deweloper curvedmark
Typ Płatności free
Strona Rozszerzenia https://github.com/curvedmark
Adres URL Strony Pomocy https://github.com/curvedmark/url-switcher/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Switcher",
    "version": "0.1.0",
    "description": "Navigate URL Hierarchy",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "url.js"
        ],
        "persistent": false
    }
}