Rewords — Text Replacer

Replace words with words as you browse

Rewords — Text Replacer là gì?

Rewords — Text Replacer là một tiện ích mở rộng Chrome được phát triển bởi https://rewords.app, và tính năng chính của nó là "Replace words with words as you browse".

Ả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 Rewords — Text Replacer

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

                        Rewords replaces specified words and phrases up to 30 characters on web pages as you browse. Various input validations ensure you won't encounter any unexpected replacements on your screen.

➙ Click on the Rewords icon in the Chrome toolbar to open the extension popup.
➙ In the popup, you will see a list of your existing word pairs, if any.
➙ To add a new word pair, enter the word you want to replace in the "Replace" input field and the corresponding replacement word in the "With" input field. Then click the "Add" button.
➙ If there are any errors in your input (e.g., duplicate word pairs, empty fields, or replacements exceeding 30 characters), appropriate error messages will be displayed, and the word pair will not be added until the issues are resolved.
➙ Existing word pairs are displayed with the original word struck through and highlighted in purple, along with the replacement word in bold. You can also remove any word pair by clicking the "Remove" button next to it.
➙ To clear all your word pairs, click the "Clear All" button. A confirmation dialog will ensure you don't delete them accidentally.
➙ As you browse the web, Rewords automatically replaces the defined words with their corresponding replacements in real-time.                    

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

Tên Rewords — Text Replacer Rewords — Text Replacer
ID bcngippdbffkhcnjejghffmbjaihbnod
URL Chính Thức https://chromewebstore.google.com/detail/rewords-%E2%80%94-text-replacer/bcngippdbffkhcnjejghffmbjaihbnod
Mô tả Replace words with words as you browse
Kích Thước Tệp 61.23 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2023-09-13
Ngày Phát Hành 2023-09-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://rewords.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rewords \u2014 Text Replacer",
    "permissions": [
        "storage"
    ],
    "version": "0.1",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "converter.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "400": "icons\/icon400.png"
    },
    "description": "Replace words with words as you browse"
}