Puzzle English Dictionary (Unofficial)

Неофициальное расширение для добавления слов в словарь Puzzle English

ما هو Puzzle English Dictionary (Unofficial)؟

Puzzle English Dictionary (Unofficial) هو إضافة Chrome تم تطويرها بواسطة Dmitry Rodevich، والميزة الرئيسية لها هي "Неофициальное расширение для добавления слов в словарь Puzzle English".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Puzzle English Dictionary (Unofficial)

قم بتنزيل ملفات الامتداد Puzzle English Dictionary (Unofficial) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Сохраняйте слова в словарь Puzzle English для дальнейшего изучения без необходимости открытия сайта.
Нашли незнакомое слово, новую фразу? Сохраните их с помощью расширения Puzzle English Dictionary для Chrome.

Возможности расширения:
• Добавление слов и фраз через иконку расширения.
• Добавление выделенного слова через контекстное меню.
• Окно предпросмотра добавляемых слов.
• Выбор альтернативного перевода слова.
• Прослушивание произношения слова.                    

معلومات أساسية عن التمديد

الاسم Puzzle English Dictionary (Unofficial) Puzzle English Dictionary (Unofficial)
ID gjaleekpebchkichhnhjollkhhkhpcgp
عنوان URL الرسمي https://chromewebstore.google.com/detail/puzzle-english-dictionary/gjaleekpebchkichhnhjollkhhkhpcgp
الوصف Неофициальное расширение для добавления слов в словарь Puzzle English
حجم الملف 1012 KB
عدد التثبيتات 973
النسخة الحالية 6.6
آخر تحديث 2023-10-24
تاريخ النشر 2020-08-30
تقييم 4.86/5 مجموع تقييمات 21
المطور Dmitry Rodevich
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
اللغات المدعومة ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puzzle English Dictionary (Unofficial)",
    "description": "\u041d\u0435\u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u043b\u043e\u0432 \u0432 \u0441\u043b\u043e\u0432\u0430\u0440\u044c Puzzle English",
    "version": "6.6",
    "browser_action": {
        "default_icon": "\/assets\/images\/icons\/icon128.png",
        "default_popup": "\/popup\/popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{9279b9ec-4e5b-4b32-bdd5-c1d7e6da0a1f}",
            "strict_min_version": "59.0"
        }
    },
    "icons": {
        "16": "\/assets\/images\/icons\/icon16.png",
        "48": "\/assets\/images\/icons\/icon48.png",
        "128": "\/assets\/images\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
            "core.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/webcomponentsjs\/webcomponents-bundle.js",
                "node_modules\/webextension-polyfill\/dist\/browser-polyfill.js",
                "core.js",
                "\/content\/store.js",
                "\/content\/content.js",
                "\/content\/components\/puzzleEnglishDictionaryHost.js",
                "\/content\/components\/initial\/initialButton.js",
                "\/content\/components\/initial\/initialButtons.js",
                "\/content\/components\/showTranslate\/translatePanel\/translatePanel.js",
                "\/content\/components\/showTranslate\/currentMeaning\/currentMeaning.js",
                "\/content\/components\/showTranslate\/pronunciationButton\/pronunciationButton.js",
                "\/content\/components\/showTranslate\/pronunciationSlider\/pronunciationSlider.js",
                "\/content\/components\/showTranslate\/pronunciationActor\/pronunciationActor.js",
                "\/content\/components\/showTranslate\/addWord\/addWord.js",
                "\/content\/components\/showTranslate\/needAuth\/needAuth.js",
                "\/content\/components\/showTranslate\/baseWord\/baseWord.js",
                "\/content\/components\/showTranslate\/noTranslation\/noTranslation.js",
                "\/content\/components\/showTranslate\/dictionaryInfo\/dictionaryInfo.js",
                "\/content\/components\/otherMeanings\/otherMeanings.js",
                "\/content\/components\/otherMeanings\/otherMeaning\/otherMeaning.js"
            ]
        }
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "\/content\/*",
        "\/assets\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/puzzle-english.com\/*"
    ]
}