Word Swap!

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

Co to jest Word Swap!?

Word Swap! to rozszerzenie Chrome opracowane przez Devan H., a jego główną funkcją jest „Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Word Swap!

Pobierz pliki rozszerzeń Word Swap! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
Oficjalny URL https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Opis Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
Rozmiar pliku 47.99 KB
Liczba instalacji 449
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-10-11
Data Publikacji 2014-10-11
Ocena 3.47/5 Łącznie 15 Oceny
Deweloper Devan H.
Typ Płatności free
Obsługiwane Języki 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"
}