hello, friend
Dark terminal-esque new tab page with your bookmarks
Vad är hello, friend?
hello, friend är en Chrome-tillägg utvecklad av https://jaywick.xyz, och dess huvudfunktion är "Dark terminal-esque new tab page with your bookmarks".
Tilläggsskärmbilder
Ladda ner hello, friend-förlängningens CRX-fil
Ladda ner hello, friend-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
Officiell webbadress | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Beskrivning | Dark terminal-esque new tab page with your bookmarks |
Filstorlek | 74.34 KB |
Antal Installationer | 19 |
Aktuell Version | 0.12 |
Senast Uppdaterad | 2021-06-20 |
Publiceringsdatum | 2020-03-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://jaywick.xyz |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jaywick/hello-friend |
Hjälpsida URL | https://github.com/jaywick/hello-friend/issues |
Stödda Språk | 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]" } } } |