Scape
Give your browser the fresh coat of paint it deserves!
Wat is Scape?
Scape is een Chrome-extensie ontwikkeld door RemiixGrape Inc., en de belangrijkste functie is "Give your browser the fresh coat of paint it deserves!".
Extensie Screenshots
Download het CRX-bestand van de extensie Scape
Download Scape-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dkldckkbeofieloldnockglgblnfhinj |
| Officiële URL | https://chromewebstore.google.com/detail/scape/dkldckkbeofieloldnockglgblnfhinj |
| Beschrijving | Give your browser the fresh coat of paint it deserves! |
| Bestandsgrootte | 5.38 MB |
| Aantal Installaties | 101 |
| Huidige Versie | 2.1.2 |
| Laatst Bijgewerkt | 2022-05-05 |
| Publicatiedatum | 2021-07-21 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | RemiixGrape Inc. |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://scape.rmxgrp.dev |
| Help Pagina-URL | https://scape.rmxgrp.dev/help |
| Ondersteunde Talen | 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"
]
} | |