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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
        "*"
    ]
}