Scape

Give your browser the fresh coat of paint it deserves!

Scapeとは何ですか?

ScapeはRemiixGrape Inc.によって開発されたChromeの拡張機能で、その主な機能は「Give your browser the fresh coat of paint it deserves!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Scape拡張機能のCRXファイルをダウンロード

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.
Eメール [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"
    ]
}