Abadis Dictionary And Translator

Online dictionary and translator

Что такое Abadis Dictionary And Translator?

Abadis Dictionary And Translator - это расширение Chrome, разработанное http://dictionary.abadis.ir, и его основная функция - "Online dictionary and translator".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Abadis Dictionary And Translator

Скачайте файлы расширений Abadis Dictionary And Translator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Abadis persian online dictionary and translator
افزونه دیکشنری و مترجم فارسی آبادیس برای مرورگر کروم                    

Основная информация о расширении

Название Abadis Dictionary And Translator Abadis Dictionary And Translator
ID gfdlimjchiojcmcpehnejjlmgdaeppjf
Официальный URL https://chrome.google.com/webstore/detail/abadis-dictionary-and-tra/gfdlimjchiojcmcpehnejjlmgdaeppjf
Описание Online dictionary and translator
Размер файла 98.13 KB
Количество установок 10,000
Текущая Версия 3.3
Последнее Обновление 2020-08-21
Дата публикации 2017-10-17
Рейтинг 4.46/5 Всего 41 оценок
Разработчик http://dictionary.abadis.ir
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://abadis.ir
Поддерживаемые языки
manifest.json
{
    "version": "3.3",
    "name": "Abadis Dictionary And Translator",
    "description": "Online dictionary and translator",
    "author": "MohammadJavad Taghavi",
    "manifest_version": 2,
    "options_page": "options.html",
    "homepage_url": "http:\/\/dictionary.abadis.ir",
    "browser_action": {
        "default_icon": "Skin\/Icon.png",
        "default_popup": "MsWinTranslateWord.html",
        "default_title": "Abadis Dictionary"
    },
    "background": {
        "scripts": [
            "AbadisDic.js",
            "AbadisDicStorage.js",
            "AbadisDicLang.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "Skin\/AbadisContent.css"
            ],
            "js": [
                "JQuery.js",
                "AbadisContent.js",
                "JQueryDrag.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "browsingData",
        "contextMenus",
        "windows",
        "notifications",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "Skin\/Icon.png",
        "48": "Skin\/Main.png",
        "128": "Skin\/Main.png"
    },
    "web_accessible_resources": [
        "*"
    ]
}