Til.uz

Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi.

What is Til.uz?

Til.uz is a Chrome extension developed by http://til-uzapp.rhcloud.com, and its main feature is "Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi.".

Extension Screenshots

screenshot

Download Til.uz Extension CRX File

Download Til.uz 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

                        Tezkor Lug'at - qulay!

Foydalanish:

1 - Usul
------
1) CTRL tugmasini bosing
2) Va sichqoncha chap tugmasini 2martta kerakli ingilizcha so'zni ustiga bosing.

2 - Usul
---------
1) CTRL + Q tugmalarini birdaniga bosing
2) Kerakli so'zni yozing va 'Enter'

(Opera brauzerderda ishlatgan CTRL+Q ni boshqa tugma bilan o'zgartirish kerak. Buning uchun ushbu extensionning sozlash qismidan - tugmalarni o'zgartirish mumkin)

Taqsir, endi ingilizcha so'zning tarjimasini topish oson!

http://til-uzapp.rhcloud.com



uzbek-english dictionary
o'zbekcha ingilizcha lug'at
Jamshid Asatillayev                    

Extension Basic Information

Name Til.uz Til.uz
ID okhhmlgnbkljcbnejmkhakoobkkibdap
Official URL https://chrome.google.com/webstore/detail/tiluz/okhhmlgnbkljcbnejmkhakoobkkibdap
Description Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi.
File Size 47.75 KB
Installation Count 52
Current Version 2.1
Last Updated 2015-06-15
Publish Date 2015-06-15
Rating 4.88/5 Total 8 Ratings
Developer http://til-uzapp.rhcloud.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Til.uz",
    "manifest_version": 2,
    "version": "2.1",
    "description": "Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi.",
    "icons": {
        "128": "img\/icon.png"
    },
    "options_page": "options.htm",
    "background_page": "background.htm",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "frame.css"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "frame.css",
        "img\/back.png",
        "img\/external.png",
        "img\/gradient_down.png",
        "img\/gradient_up.png",
        "img\/handle.png",
        "img\/icon.png",
        "img\/loader.gif",
        "img\/resizer.png",
        "img\/speaker.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/til.uz\/"
    ]
}