hello, friend
Dark terminal-esque new tab page with your bookmarks
Apa itu hello, friend?
hello, friend adalah ekstensi Chrome yang dikembangkan oleh https://jaywick.xyz, dan fitur utamanya adalah "Dark terminal-esque new tab page with your bookmarks".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi hello, friend
Unduh file ekstensi hello, friend dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
URL Resmi | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Deskripsi | Dark terminal-esque new tab page with your bookmarks |
Ukuran File | 74.34 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.12 |
Terakhir Diperbarui | 2021-06-20 |
Tanggal Publikasi | 2020-03-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://jaywick.xyz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jaywick/hello-friend |
URL Halaman Bantuan | https://github.com/jaywick/hello-friend/issues |
Bahasa yang Didukung | 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]" } } } |