Puzzle English Dictionary (Unofficial)

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

Wat is Puzzle English Dictionary (Unofficial)?

Puzzle English Dictionary (Unofficial) is een Chrome-extensie ontwikkeld door Dmitry Rodevich, en de belangrijkste functie is "Неофициальное расширение для добавления слов в словарь Puzzle English".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Puzzle English Dictionary (Unofficial)

Download Puzzle English Dictionary (Unofficial)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Puzzle English Dictionary (Unofficial) Puzzle English Dictionary (Unofficial)
ID gjaleekpebchkichhnhjollkhhkhpcgp
Officiële URL https://chromewebstore.google.com/detail/puzzle-english-dictionary/gjaleekpebchkichhnhjollkhhkhpcgp
Beschrijving Неофициальное расширение для добавления слов в словарь Puzzle English
Bestandsgrootte 1012 KB
Aantal Installaties 973
Huidige Versie 6.6
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2020-08-30
Beoordeling 4.86/5 Totaal 21 Beoordelingen
Ontwikkelaar Dmitry Rodevich
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
Ondersteunde Talen 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\/*"
    ]
}