Everest
Material Themed New-tab page
什麼是Everest?
Everest是由https://orbitprojects.github.io開發的Chrome擴展程式,該擴展的主要功能是“Material Themed New-tab page”。
擴展截圖
下載Everest擴展crx文件
下載Everest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | Everest |
ID | eemihbgpilllfcbhnhkobfgklfpdiiad |
官方網址 | https://chromewebstore.google.com/detail/everest/eemihbgpilllfcbhnhkobfgklfpdiiad |
簡介 | Material Themed New-tab page |
檔案大小 | 3.35 MB |
安裝次數 | 24 |
目前版本 | 1.1.1 |
更新時間 | 2021-02-06 |
上架時間 | 2020-04-10 |
評分 | 4.70/5 共 10 次評分 |
開發者 | https://orbitprojects.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://orbitprojects.github.io |
說明頁面URL | https://discord.gg/FBhf34M |
支援的語言 | 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" ] } } |