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
公式URL 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"
    ]
}