Flewent

Translate a small portion of web pages to a language you want to learn.

Flewent क्या है?

Flewent Andy Groff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate a small portion of web pages to a language you want to learn."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Flewent language learning plugin takes a webpage in english and translates some of the words into a language of your choice.

This should help you build your vocabulary for a foreign language you want to learn while reading news, checking wikipedia, and doing daily web browsing. It also provides a pop-up to view the word on Google Translate (for better / more results), Wikipedia, or Dictionary.com

Recent versions made substantial changes to the way the plugin works. It now includes your own dictionary that fills up automatically and lets you translate some words without using the translation service. Your dictionary will fill up from the translation service, but you can edit the dictionary to suit your needs. Full release details here:

http://groff.co/2013/03/flewent-1-1-0-released/                    

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

नाम Flewent Flewent
ID kboplipnhaapngnahmdgminfepnokjhh
आधिकारिक URL https://chrome.google.com/webstore/detail/flewent/kboplipnhaapngnahmdgminfepnokjhh
विवरण Translate a small portion of web pages to a language you want to learn.
फ़ाइल का आकार 93.15 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2019-09-30
प्रकाशन तिथि 2019-09-30
रेटिंग 3.21/5 कुल 34 रेटिंग्स
डेवलपर Andy Groff
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://groff.co/flewent/
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "logo_48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "ui-icons.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Translate a small portion of web pages to a language you want to learn.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "name": "Flewent",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "learner.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2.0"
}