Go2 Domain Root

Find the root of your domain.

Qu'est-ce que Go2 Domain Root ?

Go2 Domain Root est une extension Chrome développée par Unknown, et sa fonction principale est "Find the root of your domain.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Go2 Domain Root

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

                        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                    

Informations de Base sur l'Extension

Nom Go2 Domain Root Go2 Domain Root
ID fbhcolmgnjkdlinknjpinikbjbmacckd
URL Officiel https://chromewebstore.google.com/detail/go2-domain-root/fbhcolmgnjkdlinknjpinikbjbmacckd
Description Find the root of your domain.
Taille du Fichier 4.69 KB
Nombre d'Installations 54
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-30
Date de Publication 2015-07-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://intripid.com
Langues Prises en Charge 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"
    }
}