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?

Word Swap是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載Word Swap擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
官方網址 https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
簡介 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…
檔案大小 4.95 KB
安裝次數 41
目前版本 0.2.2
更新時間 2017-04-19
上架時間 2017-04-19
開發者 Unknown
付費類型 free
支援的語言 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"
    }
}