Puzzle English Dictionary (Unofficial)

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

Vad är Puzzle English Dictionary (Unofficial)?

Puzzle English Dictionary (Unofficial) är en Chrome-tillägg utvecklad av Dmitry Rodevich, och dess huvudfunktion är "Неофициальное расширение для добавления слов в словарь Puzzle English".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Puzzle English Dictionary (Unofficial)-förlängningens CRX-fil

Ladda ner Puzzle English Dictionary (Unofficial)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn Puzzle English Dictionary (Unofficial) Puzzle English Dictionary (Unofficial)
ID gjaleekpebchkichhnhjollkhhkhpcgp
Officiell webbadress https://chromewebstore.google.com/detail/puzzle-english-dictionary/gjaleekpebchkichhnhjollkhhkhpcgp
Beskrivning Неофициальное расширение для добавления слов в словарь Puzzle English
Filstorlek 1012 KB
Antal Installationer 973
Aktuell Version 6.6
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2020-08-30
Betyg 4.86/5 Totalt 21 Betyg
Utvecklare Dmitry Rodevich
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://raw.githubusercontent.com/rodewitsch/ChromeExtensionsPrivacy/main/privacy.html
Stödda Språk 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\/*"
    ]
}