Everest

Material Themed New-tab page

Everest란 무엇입니까?

Everest은(는) https://orbitprojects.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Material Themed New-tab page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Everest 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Everest
ID eemihbgpilllfcbhnhkobfgklfpdiiad
공식 URL 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"
        ]
    }
}