Rize

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

What is Rize?

Rize is a Chrome extension developed by https://rize.io, and its main feature is "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.".

Extension Screenshots

screenshot

Download Rize Extension CRX File

Download Rize extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Rize Rize
ID ecdaljaihggkpfkmolbmlclblobfiicn
Official URL https://chromewebstore.google.com/detail/rize/ecdaljaihggkpfkmolbmlclblobfiicn
Description Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.
File Size 45.83 KB
Installation Count 11,785
Current Version 1.0.0
Last Updated 2023-09-19
Publish Date 2022-04-13
Rating 3.77/5 Total 13 Ratings
Developer https://rize.io
Email [email protected]
Payment Type free
Extension Website https://rize.io
Help Page URL https://rize.io/guide
Supported Languages 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"
}