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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)
이메일 [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": []
}