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!”。
扩展截图
下载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 |
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" ] } |