Fluentcards Dictionary

Look up words in a dictionary and save as flashcards.

Fluentcards Dictionary là gì?

Fluentcards Dictionary là một tiện ích mở rộng Chrome được phát triển bởi http://fluentcards.com, và tính năng chính của nó là "Look up words in a dictionary and save as flashcards.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fluentcards Dictionary

Tải xuống các tệp mở rộng Fluentcards Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fluentcards Dictionary Fluentcards Dictionary
ID fdppeilamokmgmobedkdmjiedkbblngd
URL Chính Thức https://chrome.google.com/webstore/detail/fluentcards-dictionary/fdppeilamokmgmobedkdmjiedkbblngd
Mô tả Look up words in a dictionary and save as flashcards.
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.8.4
Cập Nhật Lần Cuối 2021-05-25
Ngày Phát Hành 2020-03-28
Đánh Giá 3.36/5 Tổng số 36 Đánh Giá
Nhà Phát Triển http://fluentcards.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fluentcards.com
Ngôn Ngữ Được Hỗ Trợ 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
}