Word Replacer

Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…

Word Replacer là gì?

Word Replacer là một tiện ích mở rộng Chrome được phát triển bởi modulusdevs, và tính năng chính của nó là "Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…".

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

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

                        Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the new body of text to the clipboard. This works well in situations where you quickly need one word replaced in a body of text.                    

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

Tên Word Replacer Word Replacer
ID hfpjfkbenhdblefkfdlccgkagcfmkadk
URL Chính Thức https://chromewebstore.google.com/detail/word-replacer/hfpjfkbenhdblefkfdlccgkagcfmkadk
Mô tả Word replacer is a chrome browser extension built for replacing one word in a body of text with another. The user can also copy the…
Kích Thước Tệp 9.34 KB
Số Lần Cài Đặt 1,140
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2020-06-12
Ngày Phát Hành 2020-06-12
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển modulusdevs
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/milnorms/word-replacer-chrome
URL Trang Trợ Giúp https://github.com/milnorms/word-replacer-chrome
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Replacer",
    "version": "0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Word Replacer"
    }
}