Abadis Dictionary And Translator

Online dictionary and translator

什么是Abadis Dictionary And Translator?

Abadis Dictionary And Translator是由http://dictionary.abadis.ir开发的Chrome扩展程序,该扩展的主要功能是“Online dictionary and translator”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Abadis Dictionary And Translator扩展crx文件

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