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
Eメール [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"
}