Coagmento

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

¿Qué es Coagmento?

Coagmento es una extensión de Chrome desarrollada por https://www.coagmento.org, y su función principal es "Make the most of your Web browsing - individually or collaboratively.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Coagmento

Descarga archivos de extensión Coagmento en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Coagmento Coagmento
ID lojohhkdbefaidjhcdngnflbjchgdokl
URL Oficial https://chromewebstore.google.com/detail/coagmento/lojohhkdbefaidjhcdngnflbjchgdokl
Descripción Make the most of your Web browsing - individually or collaboratively.
Tamaño del Archivo 732 KB
Cantidad de Instalaciones 79
Versión Actual 1.3
Última Actualización 2013-10-12
Fecha de Publicación 2013-10-12
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://www.coagmento.org
Tipo de Pago free
URL de la Página de Ayuda http://www.coagmento.org/instructions.php
Idiomas Soportados 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"
    ]
}