hello, friend
Dark terminal-esque new tab page with your bookmarks
O que é hello, friend?
hello, friend é uma extensão do Chrome desenvolvida por https://jaywick.xyz, e sua principal característica é "Dark terminal-esque new tab page with your bookmarks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão hello, friend
Baixe arquivos de extensão hello, friend no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
URL Oficial | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Descrição | Dark terminal-esque new tab page with your bookmarks |
Tamanho do Arquivo | 74.34 KB |
Contagem de Instalações | 19 |
Versão Atual | 0.12 |
Última Atualização | 2021-06-20 |
Data de Publicação | 2020-03-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://jaywick.xyz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jaywick/hello-friend |
URL da Página de Ajuda | https://github.com/jaywick/hello-friend/issues |
Idiomas Suportados | 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]" } } } |