Coagmento

Make the most of your Web browsing - individually or collaboratively.

什麼是Coagmento?

Coagmento是由https://www.coagmento.org開發的Chrome擴展程式,該擴展的主要功能是“Make the most of your Web browsing - individually or collaboratively.”。

擴展截圖

下載Coagmento擴展crx文件

下載Coagmento擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Coagmento is a Web-based system that lets one keep track of his/her browsing history on the Web during a multi-session project. It's useful for individual as well as collaborative tasks. The Chrome plugin allows the user to connect to the Coagmento system for recording and using the browsing history. Coagmento also provides easy to use tools for collecting useful information, making annotations, and sharing resources.

In addition to information capturing and sharing, Coagmento provides a way to visualize that information (Web history, bookmarks, snippets, searches) using different interfaces that include timeline, coverflow, and 3D. Coagmento also has tools to analyze that information. For example, one could ask Coagmento to summarize and organize all that he/she did on a project last month.

Coagmento is free and fun to use. So get started today at http://www.coagmento.org/                    

擴展基本資訊

名稱 Coagmento Coagmento
ID lojohhkdbefaidjhcdngnflbjchgdokl
官方網址 https://chromewebstore.google.com/detail/coagmento/lojohhkdbefaidjhcdngnflbjchgdokl
簡介 Make the most of your Web browsing - individually or collaboratively.
檔案大小 732 KB
安裝次數 79
目前版本 1.3
更新時間 2013-10-12
上架時間 2013-10-12
評分 5.00/5 共 4 次評分
開發者 https://www.coagmento.org
付費類型 free
說明頁面URL http://www.coagmento.org/instructions.php
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coagmento",
    "manifest_version": 2,
    "description": "Make the most of your Web browsing - individually or collaboratively.",
    "version": "1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "css": [
                "sidebar.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "jquery-2.0.3.min.map"
    ]
}