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.」です。
拡張機能のスクリーンショット
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 |
ID | lfijjmjnlahhgpfdbilgnnnkikacnmgg |
公式URL | 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 |
Eメール | [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 } |