Dictionariez: one to rule them all

With this extension: 1. Double-click any word to reveal its definition in a pop-up bubble. 2. Access full word definitions using…

Dictionariez: one to rule them all क्या है?

Dictionariez: one to rule them all River द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension: 1. Double-click any word to reveal its definition in a pop-up bubble. 2. Access full word definitions using…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        With this extension:

1. Double-click any word to reveal its definition in a pop-up bubble.
2. Access full word definitions using the toolbar dictionary.
3. Add words from your history to Anki Flashcard with a single click for review.

Why Choose Dictionariez?

1. Streamlined Learning: Read, learn, and export to Anki Flashcard with ease.
2. Highly customisable: Choose dictionaries you prefer and set keyboard shortcuts that suit your habits.

Key Features

1. Authentic American and British accent pronunciation.
2. Access multiple dictionaries for any languages for a comprehensive understanding.
3. Export word lists to Anki with one single click.
4. Auto-completion when searching for a word.
5. Easily manage or export your vocabulary history.
6. Customisable keyboard shortcuts.

Note: FairyDict is a previous version of Dictionariez.

Additionally, Cats Love YouTube is a website I made to watch YouTube with dual subtitles and bullet screen, check it out: https://pnlpal.dev/cats-love-youtube 

Join the Discord: https://discord.com/channels/772766989206421554/772766989206421560 
To add dictionaries: https://pnlpal.dev/category/4/dictionariez-trove                    

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

नाम Dictionariez: one to rule them all Dictionariez: one to rule them all
ID diojcfpekhhnndfmggknljpnfpcccbhc
आधिकारिक URL https://chromewebstore.google.com/detail/dictionariez-one-to-rule/diojcfpekhhnndfmggknljpnfpcccbhc
विवरण With this extension: 1. Double-click any word to reveal its definition in a pop-up bubble. 2. Access full word definitions using…
फ़ाइल का आकार 4.48 MB
स्थापना संख्या 3,639
वर्तमान संस्करण 4.1.0
अंतिम अपडेट 2024-01-02
प्रकाशन तिथि 2020-06-21
रेटिंग 4.54/5 कुल 28 रेटिंग्स
डेवलपर River
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/revir/dictionaries
सहायता पृष्ठ URL https://github.com/revir/dictionaries
गोपनीयता नीति पृष्ठ URL https://github.com/revir/dictionaries/blob/master/privacy.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1.0",
    "manifest_version": 2,
    "name": "Dictionariez: one to rule them all",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "preinject.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "*.js",
        "*.json",
        "*.html",
        "fonts\/*"
    ],
    "browser_action": {
        "default_title": "Dictionariez: one to rule them all"
    },
    "icons": {
        "16": "images\/library-16.png",
        "32": "images\/library-32.png",
        "64": "images\/library-64.png",
        "128": "images\/library-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}