hello, friend

Dark terminal-esque new tab page with your bookmarks

¿Qué es hello, friend?

hello, friend es una extensión de Chrome desarrollada por https://jaywick.xyz, y su función principal es "Dark terminal-esque new tab page with your bookmarks".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión hello, friend

Descarga archivos de extensión hello, friend en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
URL Oficial https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
Descripción Dark terminal-esque new tab page with your bookmarks
Tamaño del Archivo 74.34 KB
Cantidad de Instalaciones 19
Versión Actual 0.12
Última Actualización 2021-06-20
Fecha de Publicación 2020-03-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://jaywick.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jaywick/hello-friend
URL de la Página de Ayuda https://github.com/jaywick/hello-friend/issues
Idiomas Soportados 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]"
        }
    }
}