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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}