Site root
Go to the home page of the current site.
What is Site root?
Site root is a Chrome extension developed by baruchlubinsky, and its main feature is "Go to the home page of the current site.".
Download Site root Extension CRX File
Download Site root extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
Official URL | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Description | Go to the home page of the current site. |
File Size | 21.93 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2014-09-05 |
Publish Date | 2014-09-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | baruchlubinsky |
Payment Type | free |
Supported Languages | 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" } } } |