Go2 Domain Root
Find the root of your domain.
Wat is Go2 Domain Root?
Go2 Domain Root is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Find the root of your domain.".
Extensie Screenshots
Download het CRX-bestand van de extensie Go2 Domain Root
Download Go2 Domain Root-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | fbhcolmgnjkdlinknjpinikbjbmacckd |
| Officiële URL | https://chromewebstore.google.com/detail/go2-domain-root/fbhcolmgnjkdlinknjpinikbjbmacckd |
| Beschrijving | Find the root of your domain. |
| Bestandsgrootte | 4.69 KB |
| Aantal Installaties | 54 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-07-30 |
| Publicatiedatum | 2015-07-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | http://intripid.com |
| Ondersteunde Talen | 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"
}
} | |