Puzzle English Dictionary (Unofficial)

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

Co je Puzzle English Dictionary (Unofficial)?

Puzzle English Dictionary (Unofficial) je rozšíření Chrome vyvinuté Dmitry Rodevich, a jeho hlavní funkcí je „Неофициальное расширение для добавления слов в словарь Puzzle English“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Puzzle English Dictionary (Unofficial)

Stáhněte si soubory rozšíření Puzzle English Dictionary (Unofficial) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Puzzle English Dictionary (Unofficial) Puzzle English Dictionary (Unofficial)
ID gjaleekpebchkichhnhjollkhhkhpcgp
Oficiální URL https://chromewebstore.google.com/detail/puzzle-english-dictionary/gjaleekpebchkichhnhjollkhhkhpcgp
Popis Неофициальное расширение для добавления слов в словарь Puzzle English
Velikost souboru 1012 KB
Počet instalací 973
Aktuální Verze 6.6
Poslední Aktualizace 2023-10-24
Datum Vydání 2020-08-30
Hodnocení 4.86/5 Celkem 21 Hodnocení
Vývojář Dmitry Rodevich
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
Podporované Jazyky 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\/*"
    ]
}