CALLIDO™ Argument Mapper

Encourage critical thinking using argument maps.

什麼是CALLIDO™ Argument Mapper?

CALLIDO™ Argument Mapper是由Callido Browser Tools開發的Chrome擴展程式,該擴展的主要功能是“Encourage critical thinking using argument maps.”。

擴展截圖

screenshot

下載CALLIDO™ Argument Mapper擴展crx文件

下載CALLIDO™ Argument Mapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A cool tool from Callido to simplify your research woes. This extension lets you build an argument map as you browse the web - simply grab and add text from multiple sources to your research, and the browser will automatically grab the source and date of access. 

Avoid getting bogged down with irrelevant information, use the Argument Mapper to easily carry out your research and write a well-reasoned paper.                    

擴展基本資訊

名稱 CALLIDO™ Argument Mapper CALLIDO™ Argument Mapper
ID lfijjmjnlahhgpfdbilgnnnkikacnmgg
官方網址 https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg
簡介 Encourage critical thinking using argument maps.
檔案大小 123 KB
安裝次數 551
目前版本 1.0.0
更新時間 2018-11-09
上架時間 2018-11-08
評分 4.50/5 共 4 次評分
開發者 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",
    "name": "__MSG_extension_name__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/action-16.png",
            "24": "img\/action-24.png",
            "32": "img\/action-32.png"
        },
        "default_title": "__MSG_extension_name__"
    },
    "background": {
        "scripts": [
            "js\/global.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": true
}