Rigi injector

Enable rigi on all pages that you open.

What is Rigi injector?

Rigi injector is a Chrome extension developed by Henk Boxma (rigi.io), and its main feature is "Enable rigi on all pages that you open.".

Extension Screenshots

screenshot

Download Rigi injector Extension CRX File

Download Rigi injector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Rigi injector Rigi injector
ID cmpkbfffmenpomncklhllnhbmpbpfiip
Official URL https://chromewebstore.google.com/detail/rigi-injector/cmpkbfffmenpomncklhllnhbmpbpfiip
Description Enable rigi on all pages that you open.
File Size 15.31 KB
Installation Count 598
Current Version 1.0.2
Last Updated 2020-11-20
Publish Date 2019-05-07
Rating 5.00/5 Total 1 Ratings
Developer Henk Boxma (rigi.io)
Email [email protected]
Payment Type free
Extension Website https://rigi.io/
Help Page URL https://rigi.io/
Supported Languages 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": []
}