hello, friend
Dark terminal-esque new tab page with your bookmarks
Was ist hello, friend?
hello, friend ist eine Chrome-Erweiterung, die von https://jaywick.xyz entwickelt wurde, und ihr Hauptmerkmal ist "Dark terminal-esque new tab page with your bookmarks".
Erweiterungsscreenshots
hello, friend-Erweiterungs-CRX-Datei herunterladen
Laden Sie hello, friend-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
Offizielle URL | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Beschreibung | Dark terminal-esque new tab page with your bookmarks |
Dateigröße | 74.34 KB |
Installationsanzahl | 19 |
Aktuelle Version | 0.12 |
Letztes Update | 2021-06-20 |
Veröffentlichungsdatum | 2020-03-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://jaywick.xyz |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jaywick/hello-friend |
Hilfeseite URL | https://github.com/jaywick/hello-friend/issues |
Unterstützte Sprachen | 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]" } } } |