Rigi injector

Enable rigi on all pages that you open.

Rigi injectorคืออะไร?

Rigi injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Henk Boxma (rigi.io) และคุณลักษณะหลักของมันคือ "Enable rigi on all pages that you open."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rigi injector

ดาวน์โหลดไฟล์ส่วนขยาย 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)
อีเมล [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": []
}