Rize

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

什么是Rize?

Rize是由https://rize.io开发的Chrome扩展程序,该扩展的主要功能是“Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.”。

扩展截图

screenshot

下载Rize扩展crx文件

下载Rize扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
}