X Word Replacer

Quickly replacing words in web pages

X Word Replacer là gì?

X Word Replacer là một tiện ích mở rộng Chrome được phát triển bởi https://pughtml.com, và tính năng chính của nó là "Quickly replacing words in web pages".

Ả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 X Word Replacer

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

                        X Words Replacer is a tool for office used for search and replace words in any field of text (input, textarea, paragraph...) on web pages.                    

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

Tên X Word Replacer X Word Replacer
ID efcnkaeocmkpckkenjinmdgkbjhajoca
URL Chính Thức https://chromewebstore.google.com/detail/x-word-replacer/efcnkaeocmkpckkenjinmdgkbjhajoca
Mô tả Quickly replacing words in web pages
Kích Thước Tệp 59.38 KB
Số Lần Cài Đặt 968
Phiên Bản Hiện Tại 1.0.4.1
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2018-05-02
Đánh Giá 4.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://pughtml.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://viet.pughtml.com
URL Trang Trợ Giúp https://viet.pughtml.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Word Replacer",
    "description": "Quickly replacing words in web pages",
    "version": "1.0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "X Word Replacer",
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content-script.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "offline_enabled": true
}