Everest
Material Themed New-tab page
Everest là gì?
Everest là một tiện ích mở rộng Chrome được phát triển bởi https://orbitprojects.github.io, và tính năng chính của nó là "Material Themed New-tab 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 Everest
Tải xuống các tệp mở rộng Everest 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
Orbit 2.0 - All Your Favourite Features In A New Form Factor, Introducing Everest FEATURES • See the time and date • Custom color themes • Add your own background photos • See advanced weather and forecast • Custom search engines • Custom speed dials (links) for all you're favourite websites MORE COMING SOON... ABOUT PERMISSIONS Location - Automatic weather setup only We recognize that location sharing is a concern for many people (ourselves included) and it is a responsibility we take very seriously. We do not use any of this information nor do we share it. We are only 14 years old, what would we do with it anyway? HELP & SUGGESTIONS Help Center & Suggestions https://discord.gg/FBhf34M GET IN TOUCH Email us at [email protected] Instagram https://www.instagram.com/orbitprojects.official/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Everest |
ID | eemihbgpilllfcbhnhkobfgklfpdiiad |
URL Chính Thức | https://chromewebstore.google.com/detail/everest/eemihbgpilllfcbhnhkobfgklfpdiiad |
Mô tả | Material Themed New-tab page |
Kích Thước Tệp | 3.35 MB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2021-02-06 |
Ngày Phát Hành | 2020-04-10 |
Đánh Giá | 4.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://orbitprojects.github.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://orbitprojects.github.io |
URL Trang Trợ Giúp | https://discord.gg/FBhf34M |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Everest", "description": "Material Themed New-tab page", "version": "1.1.1", "chrome_url_overrides": { "newtab": "everest-files\/index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "geolocation", "contextMenus", "https:\/\/api.darksky.net\/forecast\/*" ], "content_security_policy": "default-src 'self'; style-src-elem 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline'; connect-src https:\/\/api.darksky.net https:\/\/quotes.rest https:\/\/api.unsplash.com; img-src 'self' https:\/\/images.unsplash.com data:", "background": { "scripts": [ "background.js" ] } } |