Rize

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

Wat is Rize?

Rize is een Chrome-extensie ontwikkeld door https://rize.io, en de belangrijkste functie is "Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rize

Download Rize-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Rize Rize
ID ecdaljaihggkpfkmolbmlclblobfiicn
Officiële URL https://chromewebstore.google.com/detail/rize/ecdaljaihggkpfkmolbmlclblobfiicn
Beschrijving Extends the compatibility of Rize on Chromium-based browsers so that URLs can be detected.
Bestandsgrootte 45.83 KB
Aantal Installaties 11,785
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-09-19
Publicatiedatum 2022-04-13
Beoordeling 3.77/5 Totaal 13 Beoordelingen
Ontwikkelaar https://rize.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rize.io
Help Pagina-URL https://rize.io/guide
Ondersteunde Talen 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"
}