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"
    ]
}