Scape
Give your browser the fresh coat of paint it deserves!
Qu'est-ce que Scape ?
Scape est une extension Chrome développée par RemiixGrape Inc., et sa fonction principale est "Give your browser the fresh coat of paint it deserves!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scape
Téléchargez les fichiers d'extension Scape au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Scape |
ID | dkldckkbeofieloldnockglgblnfhinj |
URL Officiel | https://chromewebstore.google.com/detail/scape/dkldckkbeofieloldnockglgblnfhinj |
Description | Give your browser the fresh coat of paint it deserves! |
Taille du Fichier | 5.38 MB |
Nombre d'Installations | 101 |
Version Actuelle | 2.1.2 |
Dernière Mise à Jour | 2022-05-05 |
Date de Publication | 2021-07-21 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | RemiixGrape Inc. |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://scape.rmxgrp.dev |
URL de la Page d'Aide | https://scape.rmxgrp.dev/help |
Langues Prises en Charge | 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" ] } |