hello, friend

Dark terminal-esque new tab page with your bookmarks

Co je hello, friend?

hello, friend je rozšíření Chrome vyvinuté https://jaywick.xyz, a jeho hlavní funkcí je „Dark terminal-esque new tab page with your bookmarks“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření hello, friend

Stáhněte si soubory rozšíření hello, friend ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
Oficiální URL https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
Popis Dark terminal-esque new tab page with your bookmarks
Velikost souboru 74.34 KB
Počet instalací 19
Aktuální Verze 0.12
Poslední Aktualizace 2021-06-20
Datum Vydání 2020-03-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://jaywick.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jaywick/hello-friend
URL Stránky Nápovědy https://github.com/jaywick/hello-friend/issues
Podporované Jazyky 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]"
        }
    }
}