Fluentcards Dictionary

Look up words in a dictionary and save as flashcards.

Fluentcards Dictionary क्या है?

Fluentcards Dictionary http://fluentcards.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up words in a dictionary and save as flashcards."।

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

screenshot

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

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

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

                        Fluentcards Dictionary lets you easily look up words in online dictionaries. Save the words along with the context sentence. Export your collection to Anki or Memrise to memorize the words.

How to use:

Simply double-click on any word on a web-page to see its definition and pronunciation.

Alternatively, select a word or phrase, right-click on it and choose "Add to Fluentcards".

How to export to Anki or Memrise:

Click on the Fluentcards Dictionary toolbar icon and click on "View saved words". You will see all your words grouped by language, ready for export.

Disclaimer: your words are stored entirely in your browser's local storage.                    

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

नाम Fluentcards Dictionary Fluentcards Dictionary
ID fdppeilamokmgmobedkdmjiedkbblngd
आधिकारिक URL https://chrome.google.com/webstore/detail/fluentcards-dictionary/fdppeilamokmgmobedkdmjiedkbblngd
विवरण Look up words in a dictionary and save as flashcards.
फ़ाइल का आकार 132 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.8.4
अंतिम अपडेट 2021-05-25
प्रकाशन तिथि 2020-03-28
रेटिंग 3.36/5 कुल 36 रेटिंग्स
डेवलपर http://fluentcards.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fluentcards.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fluentcards Dictionary",
    "version": "0.8.4",
    "description": "Look up words in a dictionary and save as flashcards.",
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "Fluentcards48.png",
            "38": "Fluentcards48.png"
        },
        "default_title": "Fluentcards",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "20",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Fluentcards16.png",
        "48": "Fluentcards48.png",
        "128": "Fluentcards128.png",
        "256": "Fluentcards256.png"
    },
    "manifest_version": 2
}