Concept&Go
Annotate documents an create your conceptual map!
Concept&Goคืออะไร?
Concept&Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onekin.org และคุณลักษณะหลักของมันคือ "Annotate documents an create your conceptual map!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Concept&Go
ดาวน์โหลดไฟล์ส่วนขยาย Concept&Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Concept&Go new version! It incorporates categories support and feedback provision for annotation-driven concept mapping. The previous version can be downloaded here: https://github.com/onekin/ConceptAndGo It requires permission to access Hypothes.is and CmapCloud. A small manual: https://github.com/onekin/WacLine/wiki/User-manual-for-Concept&Go If you have any doubts, don't hesitate to contact us via comments, github issues or email, we will be pleasured to help you! Email: [email protected] Privacy policy: https://onekin.org/?page_id=10 Changelog: https://github.com/onekin/WacLine/releases
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Concept&Go |
ID | oacbaceaekfkgeegdfknnhnjdghaokpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/conceptgo/oacbaceaekfkgeegdfknnhnjdghaokpa |
คำอธิบาย | Annotate documents an create your conceptual map! |
ขนาดไฟล์ | 8.5 MB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2023-10-31 |
วันที่เผยแพร่ | 2022-02-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | onekin.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/onekin/ConceptAndGov2 |
URL หน้านโยบายความเป็นส่วนตัว | https://onekin.org?page_id=10 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "2.1.0", "manifest_version": 2, "default_locale": "en", "icons": { "256": "images\/cag\/icon-512.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*\/*" ], "exclude_matches": [ "https:\/\/cmapcloud.ihmc.us\/cmaps\/myCmaps.html" ], "js": [ "scripts\/contentScript.js" ], "css": [ "styles\/contentScript.css" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "*:\/\/dl.acm.org\/citation.cfm?*" ], "js": [ "scripts\/acmContentScript.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.sciencedirect.com\/science\/article\/pii\/*" ], "js": [ "scripts\/scienceDirectContentScript.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/link.springer.com\/*" ], "js": [ "scripts\/springerContentScript.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/hypothes.is\/groups\/*\/*" ], "js": [ "scripts\/hypothesisGroupContentScript.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/cmapcloud.ihmc.us\/cmaps\/myCmaps.html" ], "js": [ "scripts\/cmapCloudPage.js" ], "css": [ "styles\/cmapCloud.css" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "page_action": { "default_icon": "images\/cag\/icon-38-bw.png", "default_title": "__MSG_browserActionTitle__" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "https:\/\/hypothes.is\/", "activeTab", "storage", "file:\/\/*\/*", "webRequest", "webRequestBlocking", "*:\/\/doi.org\/*", "*:\/\/dx.doi.org\/*", "*:\/\/www.sciencedirect.com\/science\/article\/pii\/*", "*:\/\/www.dropbox.com\/s\/", "*:\/\/*.dropboxusercontent.com\/*" ], "web_accessible_resources": [ "pages\/*.html", "content\/*", "images\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh62oqu5gL13CQVRafRtqaTWkS6UQru7zvTinTn2UxJvFUjsOttkumdEhKh4g4fOvBdYtT07LNsxgVpehKNRiZqdlwSBVIrNTO2vdDKIIHGd4WGYZ\/DJLJ7IMgoIvVgvDozH+WwqMEhaeldI+flDAPPswBClT8Sve3npYpM1pZAd9MPyi8HPUXOyJd83gJY3n156rS+DKIEvlR3Ree1Hs8Jns7oNG0AN4+XNZQ3U4vE3W8+YWBfgIn0GOqKnAtza2WPQ2Pml3wupILypaVP7fIt4yQ++YI9ucvOqYzhaD1l1aFi2OMCOZSXNaixQ4PrRooLqGsWoKuiechYE92dijOQIDAQAB" } |