LEO.org simple translator

Easily translate words from any website within your browser — with auto-focus!

LEO.org simple translator क्या है?

LEO.org simple translator FastMediaPublisihing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily translate words from any website within your browser — with auto-focus!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LEO.org simple translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An easy popup to translate words on the fly.
With auto-focus on the search field and relocating the ads to be less disturbing for this experience.

No own ads injected!

Minimal required permissions needed!

This extension uses leo.org!

///////////////////////////////////////////////////////
////
////  I AM NOT AFFILIATED WITH LEO.ORG
////  THEY MAY CHANGE THEIR PAGE BAHAVIOUR AT ANY TIME
////  NO GUARANTUEE
////
///////////////////////////////////////////////////////

CHANGELOG
--------------------------
v0.3
- updated ffor the new page
v0.2
- Added Icons
- Updated to reflect the new mobile page of leo.org                    

एक्सटेंशन की मूल जानकारी

नाम LEO.org simple translator LEO.org simple translator
ID deaclfigjkibbihdmbbgehagajpfbkmi
आधिकारिक URL https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi
विवरण Easily translate words from any website within your browser — with auto-focus!
फ़ाइल का आकार 64.77 KB
स्थापना संख्या 230
वर्तमान संस्करण 0.3
अंतिम अपडेट 2017-10-31
प्रकाशन तिथि 2017-10-31
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर FastMediaPublisihing
भुगतान के प्रकार free
समर्थित भाषाएँ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "inject.js"
            ],
            "matches": [
                "http:\/\/pda.leo.org\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Easily translate words from any website within your browser \u2014 with auto-focus!",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "LEO.org simple translator",
    "version": "0.3",
    "web_accessible_resources": [
        "popup.html"
    ]
}