Site root
Go to the home page of the current site.
Vad är Site root?
Site root är en Chrome-tillägg utvecklad av baruchlubinsky, och dess huvudfunktion är "Go to the home page of the current site.".
Ladda ner Site root-förlängningens CRX-fil
Ladda ner Site root-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
Officiell webbadress | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Beskrivning | Go to the home page of the current site. |
Filstorlek | 21.93 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-09-05 |
Publiceringsdatum | 2014-09-05 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | baruchlubinsky |
Betalningssätt | free |
Stödda Språk | 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" } } } |