Flewent

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

Vad är Flewent?

Flewent är en Chrome-tillägg utvecklad av Andy Groff, och dess huvudfunktion är "Translate a small portion of web pages to a language you want to learn.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Flewent-förlängningens CRX-fil

Ladda ner Flewent-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Flewent Flewent
ID kboplipnhaapngnahmdgminfepnokjhh
Officiell webbadress https://chrome.google.com/webstore/detail/flewent/kboplipnhaapngnahmdgminfepnokjhh
Beskrivning Translate a small portion of web pages to a language you want to learn.
Filstorlek 93.15 KB
Antal Installationer 1,000
Aktuell Version 1.2.0
Senast Uppdaterad 2019-09-30
Publiceringsdatum 2019-09-30
Betyg 3.21/5 Totalt 34 Betyg
Utvecklare Andy Groff
Betalningssätt free
Tilläggswebbplats http://groff.co/flewent/
Stödda Språk 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"
}