Bliphome: simple new tab quick dial

Minimalist new tab quick dial start page.

¿Qué es Bliphome: simple new tab quick dial?

Bliphome: simple new tab quick dial es una extensión de Chrome desarrollada por https://intenseminimalism.com, y su función principal es "Minimalist new tab quick dial start page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Bliphome: simple new tab quick dial

Descarga archivos de extensión Bliphome: simple new tab quick dial 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

                        Bliphome is a minimalist new tab page with quick dial functionality for Chrome.

This extension should work on Windows, Mac and Linux.

FEATURES
—
• minimalist new tab page
• no new management to learn: use your bookmarks
• no lock-in
• daily motivational
• dark mode

HOW IT WORKS
—
This extensions leverages your bookmarks to create a minimalist new tab.
When first launched it will check and if necessary create a bookmark folder
called "New tab". It then will show all the bookmarks inside that folder.

As bookmarks are automatically saved by Google Chrome Sync, this
extension automatically syncs and doesn't lock you in.


REQUESTS AND BUGS
—
Please notify me here: https://github.com/folletto/Bliphome/issues                    

Información Básica de la Extensión

Nombre Bliphome: simple new tab quick dial Bliphome: simple new tab quick dial
ID nifjdhmnceooklbbcbddfinloppofbdf
URL Oficial https://chromewebstore.google.com/detail/bliphome-simple-new-tab-q/nifjdhmnceooklbbcbddfinloppofbdf
Descripción Minimalist new tab quick dial start page.
Tamaño del Archivo 13.31 KB
Cantidad de Instalaciones 138
Versión Actual 1.1.1
Última Actualización 2023-12-27
Fecha de Publicación 2019-01-06
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://intenseminimalism.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/folletto/Bliphome
URL de la Página de Ayuda https://github.com/folletto/Bliphome/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bliphome: simple new tab quick dial",
    "short_name": "Bliphome",
    "version": "1.1.1",
    "description": "Minimalist new tab quick dial start page.",
    "author": "Erin Casali",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "permissions": [
        "bookmarks",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "newtab\/*",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}