Rize

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

Rize là gì?

Rize là một tiện ích mở rộng Chrome được phát triển bởi https://rize.io, và tính năng chính của nó là "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rize

Tải xuống các tệp mở rộng Rize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rize Rize
ID ecdaljaihggkpfkmolbmlclblobfiicn
URL Chính Thức https://chromewebstore.google.com/detail/rize/ecdaljaihggkpfkmolbmlclblobfiicn
Mô tả Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.
Kích Thước Tệp 45.83 KB
Số Lần Cài Đặt 11,785
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2022-04-13
Đánh Giá 3.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://rize.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rize.io
URL Trang Trợ Giúp https://rize.io/guide
Ngôn Ngữ Được Hỗ Trợ 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"
}