Site root
Go to the home page of the current site.
Qu'est-ce que Site root ?
Site root est une extension Chrome développée par baruchlubinsky, et sa fonction principale est "Go to the home page of the current site.".
Télécharger le fichier CRX de l'extension Site root
Téléchargez les fichiers d'extension Site 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
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
URL Officiel | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Description | Go to the home page of the current site. |
Taille du Fichier | 21.93 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-09-05 |
Date de Publication | 2014-09-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | baruchlubinsky |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |