Translet

Simple and easiest translator.

What is Translet?

Translet is a Chrome extension developed by ttitt.ru, and its main feature is "Simple and easiest translator.".

Extension Screenshots

screenshot
screenshot

Download Translet Extension CRX File

Download Translet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Simple and easiest translator.                    

Extension Basic Information

Name Translet Translet
ID gfcefhppodgcjieknkooiefbgnibnbod
Official URL https://chromewebstore.google.com/detail/translet/gfcefhppodgcjieknkooiefbgnibnbod
Description Simple and easiest translator.
File Size 129 KB
Installation Count 442
Current Version 2.0.1
Last Updated 2013-10-12
Publish Date 2013-10-12
Rating 4.70/5 Total 10 Ratings
Developer ttitt.ru
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Translet",
    "version": "2.0.1",
    "icons": {
        "16": "img\/16x16.png",
        "32": "img\/32x32.png",
        "49": "img\/49x49.png",
        "128": "img\/128x128.png",
        "256": "img\/256x256.png",
        "512": "img\/512x512.png"
    },
    "permissions": [
        "http:\/\/translate.yandex.net\/*"
    ],
    "browser_action": {
        "default_title": "Translet",
        "default_icon": "img\/49x49.png",
        "default_popup": "popup.html"
    }
}