Rigi injector

Enable rigi on all pages that you open.

Rigi injector là gì?

Rigi injector là một tiện ích mở rộng Chrome được phát triển bởi Henk Boxma (rigi.io), và tính năng chính của nó là "Enable rigi on all pages that you open.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rigi injector

Tải xuống các tệp mở rộng Rigi injector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rigi injector Rigi injector
ID cmpkbfffmenpomncklhllnhbmpbpfiip
URL Chính Thức https://chromewebstore.google.com/detail/rigi-injector/cmpkbfffmenpomncklhllnhbmpbpfiip
Mô tả Enable rigi on all pages that you open.
Kích Thước Tệp 15.31 KB
Số Lần Cài Đặt 598
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-11-20
Ngày Phát Hành 2019-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Henk Boxma (rigi.io)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rigi.io/
URL Trang Trợ Giúp https://rigi.io/
Ngôn Ngữ Được Hỗ Trợ 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": []
}