Puzzle English Dictionary (Unofficial)

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

什么是Puzzle English Dictionary (Unofficial)?

Puzzle English Dictionary (Unofficial)是由Dmitry Rodevich开发的Chrome扩展程序,该扩展的主要功能是“Неофициальное расширение для добавления слов в словарь Puzzle English”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Puzzle English Dictionary (Unofficial)扩展crx文件

下载Puzzle English Dictionary (Unofficial)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Сохраняйте слова в словарь 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
隐私政策页面URL 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\/*"
    ]
}