CALLIDO Research Tool

CALLIDO Research Tool for Student

什么是CALLIDO Research Tool?

CALLIDO Research Tool是由Callido Browser Tools开发的Chrome扩展程序,该扩展的主要功能是“CALLIDO Research Tool for Student”。

扩展截图

screenshot

下载CALLIDO Research Tool扩展crx文件

下载CALLIDO Research Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Callido Research Tool helps you organize and evaluate your sources. You can store all your sources in one place and refer to them easily. It also allows you to create argument maps to structure your research.

This is a subscription based tool. Please contact [email protected] to subscribe!                    

扩展基本信息

名称 CALLIDO Research Tool CALLIDO Research Tool
ID hpoppoplmjinccgllbdponidaffcflcc
官方URL https://chromewebstore.google.com/detail/callido-research-tool/hpoppoplmjinccgllbdponidaffcflcc
简介 CALLIDO Research Tool for Student
文件大小 2.57 MB
安装次数 2,220
当前版本 2.1.2
更新时间 2021-06-10
上架时间 2020-06-24
评分 2.79/5 共14次评分
开发者 Callido Browser Tools
电子邮箱 [email protected]
付费类型 free
扩展官网 https://callidolearning.com/
隐私政策页面URL https://callidolearning.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApOIo22NPg7LwZBDgGA6S8IjgSYS7Vr7KiObb86pnfkzTzwzrysNkrj+\/iSqgC2Afe1s2AixeczmPL2phXklUgtdmyv6hNyiiGloceKs0xiua+ub162PFaUCeiBekkG3raG710aK\/N2qyppcQwtlpjNR2ppvwZeGCSzoGwnlbtKfpjwF3d6pLO2XOzzsW5HtAOkRE7LbkV5P4iVwxaxNRxkPdKbPm3IV2xpKcei396mXYaG2gpArzI+ZtKdibArrQfnKe\/+rBKNjqeKGtCGuNlMiBsWoN7S9lAb\/C8Bbw0I4NAbT0J0jrL++pMK89nC9pmhYNpWsZtOD+A5x+YmGUxwIDAQAB",
    "manifest_version": 2,
    "name": "CALLIDO Research Tool",
    "version": "2.1.2",
    "description": "CALLIDO Research Tool for Student",
    "icons": {
        "128": "Logo.png",
        "48": "Logo.png",
        "16": "Logo.png"
    },
    "browser_action": {
        "default_icon": "images\/Logo.png"
    },
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/customJsFiles\/url.js",
                "js\/Chart.bundle.js",
                "js\/chart.js",
                "js\/Chart.min.js",
                "js\/sweetalert.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/global.js",
            "js\/background1.js"
        ]
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "web_accessible_resources": [
        "css\/sweetalert.css",
        "subjectSelection.html",
        "questionForm.html",
        "argument_map.html",
        "EvaluateQuestion.html",
        "images\/*",
        "barChart.html",
        "scatteredChart.html",
        "repository.html",
        "argument_repository.html",
        "js\/background1.js",
        "mapper.html",
        "login.html"
    ]
}