Site root
Go to the home page of the current site.
Wat is Site root?
Site root is een Chrome-extensie ontwikkeld door baruchlubinsky, en de belangrijkste functie is "Go to the home page of the current site.".
Download het CRX-bestand van de extensie Site root
Download Site 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
Return to the home page of the site you are on. Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.
Basisinformatie over de Extensie
Naam | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
Officiële URL | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Beschrijving | Go to the home page of the current site. |
Bestandsgrootte | 21.93 KB |
Aantal Installaties | 21 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-09-05 |
Publicatiedatum | 2014-09-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | baruchlubinsky |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site root", "description": "Go to the home page of the current site.", "version": "1.0", "background": { "scripts": [ "action.js" ] }, "permissions": [ "tabs", "webNavigation" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "128": "icon128.png" } } } |