Word Swap!

Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…

什么是Word Swap!?

Word Swap!是由Devan H.开发的Chrome扩展程序,该扩展的主要功能是“Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…”。

扩展截图

screenshot
screenshot

下载Word Swap!扩展crx文件

下载Word Swap!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Changes words on webpages to other words!


Switch words or phrases on webpages,  with another words or phrases! 


Have to research somehthing really boring? Swap "The heartworm life cycle" with "Cat meow meow wat?"  


Want to convince a friend you have "hacked" their Facebook account? Give your friends crazy nicknames! 



To add or clear words/phrases:
- Go to your chrome settings
- Click "Extensions" on the left of the page
- Find "Word Swap!" and press "Options" 



*Disclaimer?* It kind of breaks everything if you use small words like 'a'. So, maybe don't do that?                    

扩展基本信息

名称 Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
官方URL https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
简介 Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
文件大小 47.99 KB
安装次数 449
当前版本 1.0
更新时间 2014-10-11
上架时间 2014-10-11
评分 3.47/5 共15次评分
开发者 Devan H.
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Swap!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq\/jquery-1.11.1.min.js",
                "adlib.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "ga.js"
    ],
    "options_page": "options.html"
}