Translit

On the fly conversion from latin to cyrillic for text widgets.

Translit là gì?

Translit là một tiện ích mở rộng Chrome được phát triển bởi Mark Stein, và tính năng chính của nó là "On the fly conversion from latin to cyrillic for text widgets.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Translit 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

                        Translit Extension:

Works in most text fields                    

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

Tên Translit Translit
ID cdfojffepjegadljoamlaoebkndckdln
URL Chính Thức https://chromewebstore.google.com/detail/translit/cdfojffepjegadljoamlaoebkndckdln
Mô tả On the fly conversion from latin to cyrillic for text widgets.
Kích Thước Tệp 19.23 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 7
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2021-06-24
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Mark Stein
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translit",
    "version": "7",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon48.png"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "js\/constants.js",
                "js\/data.js",
                "js\/kirill.js"
            ]
        }
    ],
    "permissions": []
}