hello, friend

Dark terminal-esque new tab page with your bookmarks

Что такое hello, friend?

hello, friend - это расширение Chrome, разработанное https://jaywick.xyz, и его основная функция - "Dark terminal-esque new tab page with your bookmarks".

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

screenshot

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

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

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

                        This extension is a replacement for your new-tab page so that when you create a new tab (via Cmd/Ctrl + T or "+" in the toolbar) you can see a list of all your bookmarks. The bookmarks are shown as links and laid out as columns in a dark themed computer terminal-style. Customisation of the links involves simply editing your bookmarks. This extension is built as an Web Extension and open sourced here – https://github.com/jaywick/hello-friend                    

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

Название hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
Официальный URL https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
Описание Dark terminal-esque new tab page with your bookmarks
Размер файла 74.34 KB
Количество установок 19
Текущая Версия 0.12
Последнее Обновление 2021-06-20
Дата публикации 2020-03-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://jaywick.xyz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/jaywick/hello-friend
URL страницы помощи https://github.com/jaywick/hello-friend/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hello, friend",
    "description": "Dark terminal-esque new tab page with your bookmarks",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "0.12",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}