WordMapDictionary | A visual dictionary

It is a visual dictionary/thesaurus. It uses a mindmap like interface to show relationships between words and definitions.

WordMapDictionary | A visual dictionary là gì?

WordMapDictionary | A visual dictionary là một tiện ích mở rộng Chrome được phát triển bởi https://wordmapdictionary.com, và tính năng chính của nó là "It is a visual dictionary/thesaurus. It uses a mindmap like interface to show relationships between words and definitions.".

Ả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 WordMapDictionary | A visual dictionary

Tải xuống các tệp mở rộng WordMapDictionary | A visual 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

                        WordMapDictionary is a visual dictionary-cum-thesaurus. It uses a mindmap like interface to show relationships between words, definitions and other definitions.

What makes this app different:

- It uses a unique mind-map style visual interface
- While normal dictionaries show definitions of words in isolation. This app presents you with a holistic mindmap around the word. It shows meanings, and how those meanings relate to each other. It allows you to go deep, or broad, or sideways, to see things in different angles.

## Usage

See video for usage:  https://www.youtube.com/watch?v=55RTcGoKqtE

### How to open dictionary

- Select a word on any page, right click, from the dropdown, click on "Open WM Dictionary". ("Open WM Dictionary" button is only shown if you actually selected the text).
- This will open dictionary view on the side.
- If dictionary view is already open, you can also select any word (and it will update dictionary view with newly selected word).

### Dictionary View

- To disable/enable dark mode:
  - Open sidebar drawer.
  - Toggle "Dark Mode"
- To report an issue:

  - Open sidebar drawer
  - Click on "Report an issue"

- To export current word definition map as png:
  - From app bar, click on export icon.
- To share current word definition url:
  - From app bar, click on share icon.
- To search for a word:

  - From app bar, click on search icon.

- To zoom in/out
  - From bottom button bar, click on zoom in/out icon buttons.
- To center current word
  - From bottom button bar, click on home icon button.

## Extension Options

From options page, you can configure:

- size of dictionary view (in percent width of the page)
- side, whether dictionary view is shown on the left or the right side.                    

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

Tên WordMapDictionary | A visual dictionary WordMapDictionary | A visual dictionary
ID djfpglmdpdpjmkmdgeldibbfaildlkgh
URL Chính Thức https://chromewebstore.google.com/detail/wordmapdictionary-a-visua/djfpglmdpdpjmkmdgeldibbfaildlkgh
Mô tả It is a visual dictionary/thesaurus. It uses a mindmap like interface to show relationships between words and definitions.
Kích Thước Tệp 34.88 KB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-09-07
Ngày Phát Hành 2021-08-30
Nhà Phát Triển https://wordmapdictionary.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wordmapdictionary.com/
URL Trang Trợ Giúp https://wordmapdictionary.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WordMapDictionary | A visual dictionary",
    "version": "1.0.0",
    "description": "It is a visual dictionary\/thesaurus. It uses a mindmap like interface to show relationships between words and definitions.",
    "homepage_url": "https:\/\/wordmapdictionary.com\/",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "chrome_options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "content_script.css"
            ]
        }
    ]
}