Scape

Give your browser the fresh coat of paint it deserves!

Τι είναι το Scape;

Το Scape είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RemiixGrape Inc., και η κύρια λειτουργία του είναι "Give your browser the fresh coat of paint it deserves!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scape

Λήψη αρχείων επέκτασης Scape σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scape Scape
ID dkldckkbeofieloldnockglgblnfhinj
Επίσημο URL https://chromewebstore.google.com/detail/scape/dkldckkbeofieloldnockglgblnfhinj
Περιγραφή Give your browser the fresh coat of paint it deserves!
Μέγεθος Αρχείου 5.38 MB
Αριθμός Εγκαταστάσεων 101
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2022-05-05
Ημερομηνία Δημοσίευσης 2021-07-21
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής RemiixGrape Inc.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scape.rmxgrp.dev
Διεύθυνση URL της Σελίδας Βοήθειας https://scape.rmxgrp.dev/help
Υποστηριζόμενες Γλώσσες 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"
    ]
}