hello, friend

Dark terminal-esque new tab page with your bookmarks

Qu'est-ce que hello, friend ?

hello, friend est une extension Chrome développée par https://jaywick.xyz, et sa fonction principale est "Dark terminal-esque new tab page with your bookmarks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension hello, friend

Téléchargez les fichiers d'extension hello, friend 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

                        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                    

Informations de Base sur l'Extension

Nom hello, friend hello, friend
ID aehibelbdjcoffckialjmnilfimajain
URL Officiel https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain
Description Dark terminal-esque new tab page with your bookmarks
Taille du Fichier 74.34 KB
Nombre d'Installations 19
Version Actuelle 0.12
Dernière Mise à Jour 2021-06-20
Date de Publication 2020-03-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://jaywick.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jaywick/hello-friend
URL de la Page d'Aide https://github.com/jaywick/hello-friend/issues
Langues Prises en Charge 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]"
        }
    }
}