Word Swap!

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

Co je Word Swap!?

Word Swap! je rozšíření Chrome vyvinuté Devan H., a jeho hlavní funkcí je „Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Word Swap!

Stáhněte si soubory rozšíření Word Swap! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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?                    

Základní Informace o Rozšíření

Název Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
Oficiální URL https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Popis Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
Velikost souboru 47.99 KB
Počet instalací 449
Aktuální Verze 1.0
Poslední Aktualizace 2014-10-11
Datum Vydání 2014-10-11
Hodnocení 3.47/5 Celkem 15 Hodnocení
Vývojář Devan H.
Typ Platby free
Podporované Jazyky 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"
}