Rigi injector

Enable rigi on all pages that you open.

Rigi injectorとは何ですか?

Rigi injectorはHenk Boxma (rigi.io)によって開発されたChromeの拡張機能で、その主な機能は「Enable rigi on all pages that you open.」です。

拡張機能のスクリーンショット

screenshot

Rigi injector拡張機能のCRXファイルをダウンロード

Rigi injector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Rigi injector Rigi injector
ID cmpkbfffmenpomncklhllnhbmpbpfiip
公式URL https://chromewebstore.google.com/detail/rigi-injector/cmpkbfffmenpomncklhllnhbmpbpfiip
説明 Enable rigi on all pages that you open.
ファイルサイズ 15.31 KB
インストール数 598
現在のバージョン 1.0.2
最終更新日 2020-11-20
公開日 2019-05-07
評価 5.00/5 合計 1 レビュー
開発者 Henk Boxma (rigi.io)
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rigi.io/
ヘルプページのURL https://rigi.io/
対応言語 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": []
}