Everest

Material Themed New-tab page

O que é Everest?

Everest é uma extensão do Chrome desenvolvida por https://orbitprojects.github.io, e sua principal característica é "Material Themed New-tab page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Everest

Baixe arquivos de extensão Everest no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Everest Everest
ID eemihbgpilllfcbhnhkobfgklfpdiiad
URL Oficial https://chromewebstore.google.com/detail/everest/eemihbgpilllfcbhnhkobfgklfpdiiad
Descrição Material Themed New-tab page
Tamanho do Arquivo 3.35 MB
Contagem de Instalações 24
Versão Atual 1.1.1
Última Atualização 2021-02-06
Data de Publicação 2020-04-10
Classificação 4.70/5 Total de 10 Avaliações
Desenvolvedor https://orbitprojects.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://orbitprojects.github.io
URL da Página de Ajuda https://discord.gg/FBhf34M
Idiomas Suportados 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"
        ]
    }
}