hello, friend
Dark terminal-esque new tab page with your bookmarks
Hvad er hello, friend?
hello, friend er en Chrome-udvidelse udviklet af https://jaywick.xyz, og dens hovedfunktion er "Dark terminal-esque new tab page with your bookmarks".
Udvidelsesskærmbilleder
Download hello, friend-udvidelses-CRX-fil
Download hello, friend-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
Officiel URL | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Beskrivelse | Dark terminal-esque new tab page with your bookmarks |
Filstørrelse | 74.34 KB |
Antal Installationer | 19 |
Nuværende Version | 0.12 |
Senest Opdateret | 2021-06-20 |
Udgivelsesdato | 2020-03-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://jaywick.xyz |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jaywick/hello-friend |
Hjælpeside-URL | https://github.com/jaywick/hello-friend/issues |
Understøttede Sprog | 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]" } } } |