Chrome Translat0r --------------------------------------------- Translat0r translates all your websites into a combination of all possible languages Google Translate supports. See images in examples/ to see the result of the plugin running. The plugin has been tested on Chrome 41 on Windows (7) and Linux (Ubuntu 14.10). # INSTALL: 1. Open Chrome 2. Go to chrome://extensions (Alternatively click the Settings button (top right) and select "More Tools" "Extensions" 3. Drag "tg2015_translat0r.crx" (it's not a virus. This random internet stranger promises!) into the Chrome Extension tab 4. Accept the extension. 5. Visit websites. When the site has loaded the text will be replaced with random values from Google Translate. # DEVELOPMENT INSTALL: 1. Open Chrome 2. Go to chrome://extensions 3. Enable Developer Mode (Right side of page) 4. Select "Load unpacked extension..." 5. Locate and select the "src" folder # HOW DOES IT WORK: The extension, when the page has loaded and every 2 seconds after that, will find all text elements on the page. For each text element we pick a random language (except Norwegian or English). We then upload the contents of the text element to Google Translate and ask Google Translate to translate the text element into the random language selected earlier. If the translation was successful, the text is replaced. # NOTICE The API Key provided in the packed extension will be disabled on the 5th of April. This is to protect against excessive charges from Google for API usage. The API Key is rate limited. If requests fail with a 403 code then the rate limit was hit. This is also to protect against excessive usage. If it for some reason doesn't work for you, see screenshots in examples/ folder. # WARNING The plugin can have some performance hit on your web browser, and it can cause it to use additional memory (RAM). # AUTHORS Made by DØTTSFELLA * Arne-Christian Blystad * Mads Røskar