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
公式URL 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"
    }
}