Rigi injector

Enable rigi on all pages that you open.

Was ist Rigi injector?

Rigi injector ist eine Chrome-Erweiterung, die von Henk Boxma (rigi.io) entwickelt wurde, und ihr Hauptmerkmal ist "Enable rigi on all pages that you open.".

Erweiterungsscreenshots

screenshot

Rigi injector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rigi injector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Rigi Localization Management Platform enables in-context localization of dynamic web applications, what-you-see-is-what-you-get (WYSIWYG). One of the two requirements to enable in-context localization for a web application is to include a Rigi Javascript. This small extension injects that script in each page that is loaded. Visit www.rigi.io for more information.                    

Grundlegende Informationen zur Erweiterung

Name Rigi injector Rigi injector
ID cmpkbfffmenpomncklhllnhbmpbpfiip
Offizielle URL https://chromewebstore.google.com/detail/rigi-injector/cmpkbfffmenpomncklhllnhbmpbpfiip
Beschreibung Enable rigi on all pages that you open.
Dateigröße 15.31 KB
Installationsanzahl 598
Aktuelle Version 1.0.2
Letztes Update 2020-11-20
Veröffentlichungsdatum 2019-05-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Henk Boxma (rigi.io)
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://rigi.io/
Hilfeseite URL https://rigi.io/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rigi injector",
    "description": "Enable rigi on all pages that you open.",
    "version": "1.0.2",
    "author": "Boxma IT B.V.",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": []
}