Word Swap!

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

Vad är Word Swap!?

Word Swap! är en Chrome-tillägg utvecklad av Devan H., och dess huvudfunktion är "Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Word Swap!-förlängningens CRX-fil

Ladda ner Word Swap!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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?                    

Grundläggande Information om Tillägg

Namn Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
Officiell webbadress https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Beskrivning Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
Filstorlek 47.99 KB
Antal Installationer 449
Aktuell Version 1.0
Senast Uppdaterad 2014-10-11
Publiceringsdatum 2014-10-11
Betyg 3.47/5 Totalt 15 Betyg
Utvecklare Devan H.
Betalningssätt free
Stödda Språk 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"
}