Vocablurry

Vocablurry is the best new way to learn new words without knowing that you're learning

Vocablurry là gì?

Vocablurry là một tiện ích mở rộng Chrome được phát triển bởi https://vocablurry.com, và tính năng chính của nó là "Vocablurry is the best new way to learn new words without knowing that you're learning".

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

screenshot
screenshot

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

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

                        Subconsciously remember the new words that you want to learn, by seeing them more often around the web. You will effortlessly remember using a technique called repeat pattern immersion. This way, you can simply improve your vocabulary on the fly.

==========================

LATEST CHANGES

+ v2.0.0.0
  * Toggle Enable/Disable the plugin on websites
  * Speed optimizations and bug fixes
  * Ability to send feedback from plugin
  * You are notified when you add a new word
  * Vocabulary definitions when you click on each word on the plugin

==========================

OVERVIEW

Have you ever wanted to learn a new word in a new language or your own, and seconds after learning it you have already forgotten?

Vocablurry increases the frequency with which you see the word that you want to learn and remember, by replacing similar words or phrases with the one you want to learn. This way, your brain subconsciously learns the new word without any effort.


HOW TO USE IT?

To use it, after installing the plugin, you can simply select, right click and add any word to Vocablurry. It will automatically replace all similar words with the word that you want to learn across all browser pages, completely in the background.

IS IT FREE?

It is totally free & without ads
, forever. And there's no catch.


IS IT GRAMMATICALLY CORRECT?

We have developed a customised grammar parser/lexer that makes sure that the sentence remains grammatically correct, and that we do not for instance replace a noun with a verb.

WHY IS IT USEFUL?

You can widen your vocabulary in any language (including your own) without any effort.
 Additionally, you can instead use it to remember mnemonics, or memory vocab tricks.

Permissions ?

This plugin replaces words with your selected words, so it has to have access to all websites. However, this happens locally on your computer without communicating with any server.
The permission about "co-operating websites" means that only "vocablurry.com" will be able to communicate with the plugin at *your* demand. This plugin has been audited by 3rd parties such as the team at Mozilla and Opera.


** ANY QUESTIONS ? **

We would love to hear back from you. You can reach us by:
Facebook: https://www.facebook.com/vocablurry
Twitter: twitter.com/getvocablurry
Email: [email protected]
Website: https://vocablurry.com                    

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

Tên Vocablurry Vocablurry
ID hbialmdljefigakgeolegkelcohapncl
URL Chính Thức https://chromewebstore.google.com/detail/vocablurry/hbialmdljefigakgeolegkelcohapncl
Mô tả Vocablurry is the best new way to learn new words without knowing that you're learning
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 3,764
Phiên Bản Hiện Tại 2.0.0.5
Cập Nhật Lần Cuối 2016-10-14
Ngày Phát Hành 2016-10-14
Đánh Giá 3.91/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://vocablurry.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vocablurry.com
URL Trang Trợ Giúp https://vocablurry.com/site/faq
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocablurry",
    "description": "Vocablurry is the best new way to learn new words without knowing that you're learning",
    "version": "2.0.0.5",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/vocablurry.com\/*",
        "https:\/\/vocablurry.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "v16.png",
        "48": "v48.png",
        "128": "v128.png"
    },
    "background": {
        "scripts": [
            "jslibs\/jquery-2.2.1.min.js",
            "embed.js"
        ]
    },
    "browser_action": {
        "default_title": "Vocablurry",
        "default_icon": "v.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/hint.css"
            ],
            "js": [
                "jspos-0.2.2\/lexer.js",
                "jspos-0.2.2\/POSTagger.js",
                "jspos-0.2.2\/lexicon.js_",
                "parser.js"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "vocablurry2.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vocablurry.com\/*"
        ]
    },
    "applications": {
        "gecko": {
            "id": "jid1-Cy7AXI81LKVedg@jetpack"
        }
    }
}