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. 擴展基本資訊
| 名稱 | |
| ID | dkldckkbeofieloldnockglgblnfhinj |
| 官方網址 | 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"
]
} | |