EduKoala
With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage
EduKoala क्या है?
EduKoala EduKoala द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EduKoala एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
EduKoala Plugin for Chrome enables users to translate vocabulary whenever they surf through the Internet. Solution is extremely easy, with double click you get a translation from Google Translate. If you are also an EduKoala App user you are able to add vocabulary with one additional click and learn words you don't know on your smartphone Our products helps to learn many languages like English, Spanish, Dutch, German, French, Spanish, Russian, Polish, Finnish, Norway, Portuguese and many others
एक्सटेंशन की मूल जानकारी
नाम | EduKoala |
ID | mpgjcbaiookjnbpjmlbdpfhggngehmjp |
आधिकारिक URL | https://chromewebstore.google.com/detail/edukoala/mpgjcbaiookjnbpjmlbdpfhggngehmjp |
विवरण | With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage |
फ़ाइल का आकार | 368 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2013-01-18 |
प्रकाशन तिथि | 2013-01-18 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | EduKoala |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "EduKoala", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "description": "With this plugin you are able to translate vocabulary by double-clicking a vocabulary on a webpage", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.js", "CoreFunctions.js", "FunctionsOutsideGTranslator.js", "Core.js", "CoreLing.js", "OutsideGTranslator.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "style.css", "images\/edu_grafiki_v2_03.jpg", "images\/edu_grafiki_v2_07.png", "images\/edu_grafiki_v2_09.jpg", "images\/edu_grafiki_v2_11.jpg", "images\/edu_grafiki_v2_18.jpg", "images\/edu_grafiki_v2_22.png" ], "permissions": [ "http:\/\/www.beta.educoala.com\/*", "http:\/\/www.edukoala.com\/*", "storage" ] } |