Scape

Give your browser the fresh coat of paint it deserves!

O que é Scape?

Scape é uma extensão do Chrome desenvolvida por RemiixGrape Inc., e sua principal característica é "Give your browser the fresh coat of paint it deserves!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scape

Baixe arquivos de extensão Scape 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

                        Scape is a simple and elegant new tab page designed to show you important information quickly.

Some of the core features:
- Free and Open Source
Scape is built on open-source software, which means that the source code is available to anyone. You can find the source code on GitHub. Scape is also a completely free extension.

- Customisable
Scape offers a wide range of customisations such as, time zones, custom backgrounds, bookmarks and search engines.

- Accurate Weather
Scape has a fast weather service to let you know what is waiting for you outside.

- Cross Platform
Scape is ready to meet your needs. Whether you are using a Firefox based browser or a Chromium based browser you can still install Scape.

Made with ❤️  by RmxGrp.                    

Informações Básicas da Extensão

Nome Scape Scape
ID dkldckkbeofieloldnockglgblnfhinj
URL Oficial https://chromewebstore.google.com/detail/scape/dkldckkbeofieloldnockglgblnfhinj
Descrição Give your browser the fresh coat of paint it deserves!
Tamanho do Arquivo 5.38 MB
Contagem de Instalações 101
Versão Atual 2.1.2
Última Atualização 2022-05-05
Data de Publicação 2021-07-21
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor RemiixGrape Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://scape.rmxgrp.dev
URL da Página de Ajuda https://scape.rmxgrp.dev/help
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scape",
    "description": "Give your browser the fresh coat of paint it deserves!",
    "version": "2.1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}