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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}