TribalMind
Tribalmind helps you gather and collect web content into a digital memory for recall and learning
TribalMind란 무엇입니까?
TribalMind은(는) https://www.tribalmind.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tribalmind helps you gather and collect web content into a digital memory for recall and learning"입니다.
확장 프로그램 스크린샷
TribalMind 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Too many open browser tabs? Not enough time to read through all of them? TribalMind is your organised dumping ground of all things you research and learn on the web. Bookmark anything...add links, images and videos to your learning journeys on TribalMind. Never lose an idea again. Let TribalMind manage and organise the overload. Check out www.tribalmind.co on the web and the IOS app to get the best from your digital memory. - Never lose a thought or insight: record and store text, photos, videos, links, pdfs and more, organised by subject. - Overlay your key insights on references to add value and save time. - Share insights and collaborate with colleagues, teams or all users. - Enable yourself to be found by other users seeking experts in your field. - Stay up to date with the discoveries of those you follow through your news feed
확장 프로그램 기본 정보
이름 | TribalMind |
ID | acehnmkfoliibmekiiadpfoanffoabgh |
공식 URL | https://chromewebstore.google.com/detail/tribalmind/acehnmkfoliibmekiiadpfoanffoabgh |
설명 | Tribalmind helps you gather and collect web content into a digital memory for recall and learning |
파일 크기 | 471 KB |
설치 횟수 | 30 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-12-14 |
출시 날짜 | 2015-12-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.tribalmind.co |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.tribalmind.co |
도움말 페이지 URL | https://www.tribalmind.co/Discovery/the-tribalmind-chrome-plug-in/21359?asc=False&filter=All |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TribalMind", "description": "Tribalmind helps you gather and collect web content into a digital memory for recall and learning", "version": "1.2", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "short_name": "TribalMind", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "tribal.html" }, "permissions": [ "tabs", "activeTab", "downloads", "storage", "https:\/\/ajax.googleapis.com\/", "https:\/\/dev.bluechilli.com\/tribalmind\/", "https:\/\/www.tribalmind.co\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |