hello, friend
Dark terminal-esque new tab page with your bookmarks
Wat is hello, friend?
hello, friend is een Chrome-extensie ontwikkeld door https://jaywick.xyz, en de belangrijkste functie is "Dark terminal-esque new tab page with your bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie hello, friend
Download hello, friend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
Officiële URL | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Beschrijving | Dark terminal-esque new tab page with your bookmarks |
Bestandsgrootte | 74.34 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.12 |
Laatst Bijgewerkt | 2021-06-20 |
Publicatiedatum | 2020-03-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://jaywick.xyz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jaywick/hello-friend |
Help Pagina-URL | https://github.com/jaywick/hello-friend/issues |
Ondersteunde Talen | 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]" } } } |