Rize

Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.

ما هو Rize؟

Rize هو إضافة Chrome تم تطويرها بواسطة https://rize.io، والميزة الرئيسية لها هي "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rize

قم بتنزيل ملفات الامتداد Rize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension simply adds URL detection support for Chromium-based browsers with the Rize desktop application.                    

معلومات أساسية عن التمديد

الاسم Rize Rize
ID ecdaljaihggkpfkmolbmlclblobfiicn
عنوان URL الرسمي https://chromewebstore.google.com/detail/rize/ecdaljaihggkpfkmolbmlclblobfiicn
الوصف Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.
حجم الملف 45.83 KB
عدد التثبيتات 11,785
النسخة الحالية 1.0.0
آخر تحديث 2023-09-19
تاريخ النشر 2022-04-13
تقييم 3.77/5 مجموع تقييمات 13
المطور https://rize.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://rize.io
عنوان صفحة المساعدة https://rize.io/guide
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "name": "Rize",
    "permissions": [
        "tabs"
    ],
    "version": "1.0.0.4",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.",
    "manifest_version": 3,
    "version_name": "1.0.0"
}