Til.uz
Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi.
Hvad er Til.uz?
Til.uz er en Chrome-udvidelse udviklet af http://til-uzapp.rhcloud.com, og dens hovedfunktion er "Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi.".
Udvidelsesskærmbilleder
Download Til.uz-udvidelses-CRX-fil
Download Til.uz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | okhhmlgnbkljcbnejmkhakoobkkibdap |
Officiel URL | https://chrome.google.com/webstore/detail/tiluz/okhhmlgnbkljcbnejmkhakoobkkibdap |
Beskrivelse | Veb-Sahifadan chiqmay kerakli so'zni o'zbekcha tarjimasini qidirish imkoniyatini beradi. |
Filstørrelse | 47.75 KB |
Antal Installationer | 52 |
Nuværende Version | 2.1 |
Senest Opdateret | 2015-06-15 |
Udgivelsesdato | 2015-06-15 |
Bedømmelse | 4.88/5 Samlet 8 Bedømmelser |
Udvikler | http://til-uzapp.rhcloud.com |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |