hello, friend

Dark terminal-esque new tab page with your bookmarks

Co to jest hello, friend?

hello, friend to rozszerzenie Chrome opracowane przez https://jaywick.xyz, a jego główną funkcją jest „Dark terminal-esque new tab page with your bookmarks”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia hello, friend

Pobierz pliki rozszerzeń hello, friend w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
Oficjalny URL https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
Opis Dark terminal-esque new tab page with your bookmarks
Rozmiar pliku 74.34 KB
Liczba instalacji 19
Aktualna Wersja 0.12
Ostatnia Aktualizacja 2021-06-20
Data Publikacji 2020-03-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://jaywick.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jaywick/hello-friend
Adres URL Strony Pomocy https://github.com/jaywick/hello-friend/issues
Obsługiwane Języki 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]"
        }
    }
}