Bliphome: simple new tab quick dial

Minimalist new tab quick dial start page.

Qu'est-ce que Bliphome: simple new tab quick dial ?

Bliphome: simple new tab quick dial est une extension Chrome développée par https://intenseminimalism.com, et sa fonction principale est "Minimalist new tab quick dial start page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bliphome: simple new tab quick dial

Téléchargez les fichiers d'extension Bliphome: simple new tab quick dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bliphome: simple new tab quick dial Bliphome: simple new tab quick dial
ID nifjdhmnceooklbbcbddfinloppofbdf
URL Officiel https://chromewebstore.google.com/detail/bliphome-simple-new-tab-q/nifjdhmnceooklbbcbddfinloppofbdf
Description Minimalist new tab quick dial start page.
Taille du Fichier 13.31 KB
Nombre d'Installations 138
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-12-27
Date de Publication 2019-01-06
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://intenseminimalism.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/folletto/Bliphome
URL de la Page d'Aide https://github.com/folletto/Bliphome/issues
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}