3D Tree
Web Browsing on a new level - 3D Tree with amazing animation on new page.
3D Tree là gì?
3D Tree là một tiện ích mở rộng Chrome được phát triển bởi karenkariri1020, và tính năng chính của nó là "Web Browsing on a new level - 3D Tree with amazing animation on new page.".
Ả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 3D Tree
Tải xuống các tệp mở rộng 3D Tree 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
By selecting "Add to Chrome", I accept and agree to install the 3D Tree Chrome extension and set Chrome New Tab to the service's default, as well as the Terms of Service and Privacy Policy. Microsoft Bing will fuel the New Tab Search. The 3D Tree is an innovative add-on for web browsers that will enrich your day with more fun and intriguing experiences. You may have a fun time surfing the web with this imaginative tree animation that is floating in the air, which helps you keep your attention on what is truly important. The user interface of our product has been beautifully designed; in addition, we have provided users with full control over their new tab page, allowing them to add shortcuts to their most frequently visited websites or switch between light and dark themes at any time they see fit—it all depends on how much individual creativity each person wants to see in the world today! In addition to that, you may utilize the Search Bar that we included in the center of the screen. It is simple to use, and there is no way that you could ever overlook it! Because of the ease with which you may significantly improve both your attention and concentration during the course of a day when you take advantage of each of these basic but practical capabilities, we consider this add-on to be an absolute need. Learn all about us: Homepage: https://3dtree.net/index.html Please review our Privacy Policies by clicking here: PP: https://3dtree.net/privacy-policy.html EULA: https://3dtree.net/EULA.html In the event that you do not enjoy using this extension, you can quickly remove it from your browser by following the steps below: a) In Chrome, select "remove from chrome" from the context menu that appears when you right-click the extension icon on the menu bar. b) To delete an extension from Firefox, select "Menu," then "Add-ons," then "Extensions," and then press the "Remove" button next to the extension. c) In Edge, select "delete from Microsoft edge" from the context menu that appears when you right-click the extension icon on the menu bar. Get in touch with us if you have any questions: Contact: https://3dtree.net/contact.html
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | beldcagjaccfbnocnhlpanokgbiibbfa |
URL Chính Thức | https://chrome.google.com/webstore/detail/3d-tree/beldcagjaccfbnocnhlpanokgbiibbfa |
Mô tả | Web Browsing on a new level - 3D Tree with amazing animation on new page. |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 20,463 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-08-04 |
Ngày Phát Hành | 2022-06-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | karenkariri1020 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://3dtree.net |
URL Trang Trợ Giúp | https://3dtree.net/contact.html |
URL Trang Chính Sách Bảo Mật | https://3dtree.net/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "3D Tree", "short_name": "3D Tree", "description": "Web Browsing on a new level - 3D Tree with amazing animation on new page.", "manifest_version": 3, "version": "1.0.0", "permissions": [ "storage", "bookmarks" ], "chrome_url_overrides": { "newtab": "html\/index.html" }, "icons": { "16": "images\/manifest-icons\/16.png", "32": "images\/manifest-icons\/32.png", "64": "images\/manifest-icons\/64.png", "128": "images\/manifest-icons\/128.png" }, "background": { "service_worker": "sw.js" }, "host_permissions": [ "*:\/\/3dtree.net\/*" ] } |