Anstatauxi

Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…

Anstatauxi là gì?

Anstatauxi là một tiện ích mở rộng Chrome được phát triển bởi jcreed, và tính năng chính của nó là "Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…".

Ả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 Anstatauxi

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

                        Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.)

Tiny chrome extension that replaces what you type according to the x-system (sx -> ŝ, cx -> ĉ, etc.)

https://github.com/jcreedcmu/anstatauxi                    

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

Tên Anstatauxi Anstatauxi
ID geffaabblpcfabmjdoipmfplglceofgj
URL Chính Thức https://chromewebstore.google.com/detail/anstatauxi/geffaabblpcfabmjdoipmfplglceofgj
Mô tả Eta etendilo por Chrome kiu anstataŭigas tion kion vi tajpas laŭ x-sistemo. (sx -> ŝ, cx -> ĉ, ktp.) Tiny chrome extension that…
Kích Thước Tệp 6.86 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-08-19
Ngày Phát Hành 2019-08-19
Đánh Giá 4.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển jcreed
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jcreedcmu/anstatauxi
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anstatauxi",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Anstatauxi"
    },
    "content_scripts": [
        {
            "js": [
                "anstatauxi.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}