Scape
Give your browser the fresh coat of paint it deserves!
Hvad er Scape?
Scape er en Chrome-udvidelse udviklet af RemiixGrape Inc., og dens hovedfunktion er "Give your browser the fresh coat of paint it deserves!".
Udvidelsesskærmbilleder
Download Scape-udvidelses-CRX-fil
Download Scape-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dkldckkbeofieloldnockglgblnfhinj |
| Officiel URL | https://chromewebstore.google.com/detail/scape/dkldckkbeofieloldnockglgblnfhinj |
| Beskrivelse | Give your browser the fresh coat of paint it deserves! |
| Filstørrelse | 5.38 MB |
| Antal Installationer | 101 |
| Nuværende Version | 2.1.2 |
| Senest Opdateret | 2022-05-05 |
| Udgivelsesdato | 2021-07-21 |
| Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
| Udvikler | RemiixGrape Inc. |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://scape.rmxgrp.dev |
| Hjælpeside-URL | https://scape.rmxgrp.dev/help |
| Understøttede Sprog | 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"
]
} | |