TribalMind

Tribalmind helps you gather and collect web content into a digital memory for recall and learning

TribalMind là gì?

TribalMind là một tiện ích mở rộng Chrome được phát triển bởi https://www.tribalmind.co, và tính năng chính của nó là "Tribalmind helps you gather and collect web content into a digital memory for recall and learning".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TribalMind

Tải xuống các tệp mở rộng TribalMind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TribalMind TribalMind
ID acehnmkfoliibmekiiadpfoanffoabgh
URL Chính Thức https://chromewebstore.google.com/detail/tribalmind/acehnmkfoliibmekiiadpfoanffoabgh
Mô tả Tribalmind helps you gather and collect web content into a digital memory for recall and learning
Kích Thước Tệp 471 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-12-14
Ngày Phát Hành 2015-12-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.tribalmind.co
Loại Thanh Toán free
Trang Web Mở Rộng http://www.tribalmind.co
URL Trang Trợ Giúp https://www.tribalmind.co/Discovery/the-tribalmind-chrome-plug-in/21359?asc=False&filter=All
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}