Rize

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

Rizeคืออะไร?

Rize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rize.io และคุณลักษณะหลักของมันคือ "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rize

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}