CALLIDO™ Argument Mapper
Encourage critical thinking using argument maps.
Co je CALLIDO™ Argument Mapper?
CALLIDO™ Argument Mapper je rozšíření Chrome vyvinuté Callido Browser Tools, a jeho hlavní funkcí je „Encourage critical thinking using argument maps.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CALLIDO™ Argument Mapper
Stáhněte si soubory rozšíření CALLIDO™ Argument Mapper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CALLIDO™ Argument Mapper |
ID | lfijjmjnlahhgpfdbilgnnnkikacnmgg |
Oficiální URL | https://chromewebstore.google.com/detail/callido-argument-mapper/lfijjmjnlahhgpfdbilgnnnkikacnmgg |
Popis | Encourage critical thinking using argument maps. |
Velikost souboru | 123 KB |
Počet instalací | 551 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2018-11-09 |
Datum Vydání | 2018-11-08 |
Hodnocení | 4.50/5 Celkem 4 Hodnocení |
Vývojář | Callido Browser Tools |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://callidolearning.com/ |
URL Stránky Zásad Ochrany Soukromí | https://callidolearning.com/privacy-policy |
Podporované Jazyky | 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 } |