Word Switcher

You can easily switch any word in your text with just a click!

Word Switcher là gì?

Word Switcher là một tiện ích mở rộng Chrome được phát triển bởi samiroph.media, và tính năng chính của nó là "You can easily switch any word in your text with just a click!".

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

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

                        World Switcher - the ultimate text editing extension for your browser! With World Switcher,
you can easily switch any word in your text with just a click. This powerful tool allows you to make quick edits, update outdated language, and improve your writing in real-time.                    

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

Tên Word Switcher Word Switcher
ID mmonnalnmgkpgdgclmjlmeigahneeeid
URL Chính Thức https://chrome.google.com/webstore/detail/word-switcher/mmonnalnmgkpgdgclmjlmeigahneeeid
Mô tả You can easily switch any word in your text with just a click!
Kích Thước Tệp 12.76 KB
Số Lần Cài Đặt 780
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2023-01-26
Ngày Phát Hành 2023-01-26
Nhà Phát Triển samiroph.media
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.ageandinone.com/
URL Trang Trợ Giúp https://home.ageandinone.com/contact.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily switch any word in your text with just a click!",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Word Switcher",
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "name": "Word Switcher",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}