Homepage

A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…

Что такое Homepage?

Homepage - это расширение Chrome, разработанное axel7083, и его основная функция - "A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…".

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

screenshot
screenshot

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

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

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

                        A chrome extension which provides a nice customizable Homepage.
Thanks to this extension you can directly access your shortcuts easily using the Ctrl+Q command! 
You can customise your own page to get everything you want directly accessible, put shortcuts, to do list, label as you wish!                    

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

Название Homepage Homepage
ID lldjhjmaljndmlnbomjcofanjalieahb
Официальный URL https://chromewebstore.google.com/detail/homepage/lldjhjmaljndmlnbomjcofanjalieahb
Описание A chrome extension which provides a nice customizable Homepage. Thanks to this extension you can directly access your shortcuts…
Размер файла 1.01 MB
Количество установок 77
Текущая Версия 0.3
Последнее Обновление 2021-04-17
Дата публикации 2020-10-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик axel7083
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/axel0070/Homepage
URL страницы помощи https://github.com/axel0070/Homepage/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Homepage",
    "version": "0.3",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/i.olsh.me\/*",
        "https:\/\/api.github.com\/*",
        "storage",
        "history",
        "tabs"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Open HomePage"
        }
    },
    "icons": {
        "32": ".\/images\/homepage-32.png",
        "64": ".\/images\/homepage-64.png",
        "128": ".\/images\/homepage-128.png"
    }
}