Word Swap

This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…

Word Swap là gì?

Word Swap là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…".

Tải xuống tệp CRX của tiện ích mở rộng Word Swap

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

                        This chrome extension allows you to set a word to always appear as a different word on a webpage!

Users have used this app to explore representation of gendered words on webpages, change the news in funny ways, and make explicit language disappear!                    

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

Tên Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
URL Chính Thức https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Mô tả This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…
Kích Thước Tệp 4.95 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2017-04-19
Ngày Phát Hành 2017-04-19
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Swap",
    "version": "0.2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Word Swap",
        "default_popup": "popup.html"
    }
}