Abadis Dictionary And Translator

Online dictionary and translator

Abadis Dictionary And Translator क्या है?

Abadis Dictionary And Translator http://dictionary.abadis.ir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Online dictionary and translator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Abadis Dictionary And Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        "*"
    ]
}