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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載TribalMind擴展crx文件

下載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 TribalMind
ID acehnmkfoliibmekiiadpfoanffoabgh
官方網址 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:\/\/*\/*"
    ]
}