Scape

Give your browser the fresh coat of paint it deserves!

Cos'è Scape?

Scape è un'estensione di Chrome sviluppata da RemiixGrape Inc., e la sua funzione principale è "Give your browser the fresh coat of paint it deserves!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Scape

Scarica i file di estensione Scape in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Scape Scape
ID dkldckkbeofieloldnockglgblnfhinj
URL Ufficiale https://chromewebstore.google.com/detail/scape/dkldckkbeofieloldnockglgblnfhinj
Descrizione Give your browser the fresh coat of paint it deserves!
Dimensione del File 5.38 MB
Conteggio Installazioni 101
Versione Corrente 2.1.2
Ultimo Aggiornamento 2022-05-05
Data di Pubblicazione 2021-07-21
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore RemiixGrape Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://scape.rmxgrp.dev
URL della Pagina di Aiuto https://scape.rmxgrp.dev/help
Lingue Supportate 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"
    ]
}