hello, friend
Dark terminal-esque new tab page with your bookmarks
hello, friend là gì?
hello, friend là một tiện ích mở rộng Chrome được phát triển bởi https://jaywick.xyz, và tính năng chính của nó là "Dark terminal-esque new tab page with your bookmarks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng hello, friend
Tải xuống các tệp mở rộng hello, friend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | hello, friend |
ID | aehibelbdjcoffckialjmnilfimajain |
URL Chính Thức | https://chromewebstore.google.com/detail/hello-friend/aehibelbdjcoffckialjmnilfimajain |
Mô tả | Dark terminal-esque new tab page with your bookmarks |
Kích Thước Tệp | 74.34 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.12 |
Cập Nhật Lần Cuối | 2021-06-20 |
Ngày Phát Hành | 2020-03-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://jaywick.xyz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jaywick/hello-friend |
URL Trang Trợ Giúp | https://github.com/jaywick/hello-friend/issues |
Ngôn Ngữ Được Hỗ Trợ | 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]" } } } |