Rize

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

Rize क्या है?

Rize https://rize.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}