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