TribalMind
Tribalmind helps you gather and collect web content into a digital memory for recall and learning
Τι είναι το TribalMind;
Το TribalMind είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tribalmind.co, και η κύρια λειτουργία του είναι "Tribalmind helps you gather and collect web content into a digital memory for recall and learning".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TribalMind
Λήψη αρχείων επέκτασης TribalMind σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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:\/\/*\/*" ] } |