Rize

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

Apa itu Rize?

Rize adalah ekstensi Chrome yang dikembangkan oleh https://rize.io, dan fitur utamanya adalah "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Rize

Unduh file ekstensi Rize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Rize Rize
ID ecdaljaihggkpfkmolbmlclblobfiicn
URL Resmi https://chromewebstore.google.com/detail/rize/ecdaljaihggkpfkmolbmlclblobfiicn
Deskripsi Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.
Ukuran File 45.83 KB
Jumlah Instalasi 11,785
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-09-19
Tanggal Publikasi 2022-04-13
Penilaian 3.77/5 Total 13 Penilaian
Pengembang https://rize.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rize.io
URL Halaman Bantuan https://rize.io/guide
Bahasa yang Didukung 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"
}