hello, friend
Dark terminal-esque new tab page with your bookmarks
Cos'è hello, friend?
hello, friend è un'estensione di Chrome sviluppata da https://jaywick.xyz, e la sua funzione principale è "Dark terminal-esque new tab page with your bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hello, friend
Scarica i file di estensione hello, friend in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | aehibelbdjcoffckialjmnilfimajain |
| URL Ufficiale | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
| Descrizione | Dark terminal-esque new tab page with your bookmarks |
| Dimensione del File | 74.34 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 0.12 |
| Ultimo Aggiornamento | 2021-06-20 |
| Data di Pubblicazione | 2020-03-09 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://jaywick.xyz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jaywick/hello-friend |
| URL della Pagina di Aiuto | https://github.com/jaywick/hello-friend/issues |
| Lingue Supportate | 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]"
}
}
} | |