Site root
Go to the home page of the current site.
Что такое Site root?
Site root - это расширение Chrome, разработанное baruchlubinsky, и его основная функция - "Go to the home page of the current site.".
Скачать файл CRX расширения Site root
Скачайте файлы расширений Site root в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | ![]() |
ID | heljngnjdbpcejgbeigbjmdpdafalgkh |
Официальный URL | https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh |
Описание | Go to the home page of the current site. |
Размер файла | 21.93 KB |
Количество установок | 21 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-09-05 |
Дата публикации | 2014-09-05 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | baruchlubinsky |
Тип оплаты | free |
Поддерживаемые языки | 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" } } } |