EachWord Translator - expand your vocabulary

Add new words to the dictionary and they will be occasionally shown as cards.

EachWord Translator - expand your vocabulary क्या है?

EachWord Translator - expand your vocabulary https://dirtmaxim.github.io/EachWord-Page द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add new words to the dictionary and they will be occasionally shown as cards."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        What is the best way to learn new words? To hang cards with the words in a prominent spot. That spot is your browser. You can add new words found when you learn a new language into your dictionary and then they will be occasionally shown either as drop-down cards or as Notifications when your browser is closed. It is a guaranteed way to expand your vocabulary. Just try it!                    

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

नाम EachWord Translator - expand your vocabulary EachWord Translator - expand your vocabulary
ID ndbpgappknhobbikhmjenceoklpaalam
आधिकारिक URL https://chromewebstore.google.com/detail/eachword-translator-expan/ndbpgappknhobbikhmjenceoklpaalam
विवरण Add new words to the dictionary and they will be occasionally shown as cards.
फ़ाइल का आकार 637 KB
स्थापना संख्या 2,261
वर्तमान संस्करण 2.0.5
अंतिम अपडेट 2023-10-11
प्रकाशन तिथि 2020-01-08
रेटिंग 4.64/5 कुल 61 रेटिंग्स
डेवलपर https://dirtmaxim.github.io/EachWord-Page
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/dirtmaxim/EachWord-Chrome/blob/master/PRIVACY_POLICY.md
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EachWord Translator - expand your vocabulary",
    "short_name": "EachWord Translator",
    "version": "2.0.5",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/default_icons\/icon19.png",
            "38": "images\/default_icons\/icon38.png"
        },
        "default_title": "EachWord",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "common_functions.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "libraries\/jquery.min.js",
            "common_functions.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/yastatic.net https:\/\/mc.yandex.ru; object-src 'self'",
    "options_page": "options.html",
    "author": "Maksim Kholyavchenko",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "unlimitedStorage",
        "contextMenus",
        "*:\/\/*\/*"
    ]
}