Go2 Domain Root

Find the root of your domain.

Cos'è Go2 Domain Root?

Go2 Domain Root è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Find the root of your domain.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Go2 Domain Root

Scarica i file di estensione Go2 Domain Root in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Go2 Domain Root

Go2 Domain Root is an ultra simple plugin for quickly navigating from an URL within a domain to its root.

Example:

https://autos.ebay.com/somepage/search.php

Clicking Go2 Domain Root would talk you to:

https://ebay.com                    

Informazioni di Base sull'Estensione

Nome Go2 Domain Root Go2 Domain Root
ID fbhcolmgnjkdlinknjpinikbjbmacckd
URL Ufficiale https://chromewebstore.google.com/detail/go2-domain-root/fbhcolmgnjkdlinknjpinikbjbmacckd
Descrizione Find the root of your domain.
Dimensione del File 4.69 KB
Conteggio Installazioni 54
Versione Corrente 1.0
Ultimo Aggiornamento 2015-07-30
Data di Pubblicazione 2015-07-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione http://intripid.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go2 Domain Root",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Find the root of your domain.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "author": "Jase Pellerin",
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}