Site Home

Brings you to the home page of the current site with the click of a button.

Что такое Site Home?

Site Home - это расширение Chrome, разработанное Jesse Dunlap, и его основная функция - "Brings you to the home page of the current site with the click of a button.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Site Home

Скачайте файлы расширений Site Home в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

Основная информация о расширении

Название Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Официальный URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Описание Brings you to the home page of the current site with the click of a button.
Размер файла 10.03 KB
Количество установок 102
Текущая Версия 1.0
Последнее Обновление 2012-06-11
Дата публикации 2012-06-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Jesse Dunlap
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}