Coagmento

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

O que é Coagmento?

Coagmento é uma extensão do Chrome desenvolvida por https://www.coagmento.org, e sua principal característica é "Make the most of your Web browsing - individually or collaboratively.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Coagmento

Baixe arquivos de extensão Coagmento no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Coagmento Coagmento
ID lojohhkdbefaidjhcdngnflbjchgdokl
URL Oficial https://chromewebstore.google.com/detail/coagmento/lojohhkdbefaidjhcdngnflbjchgdokl
Descrição Make the most of your Web browsing - individually or collaboratively.
Tamanho do Arquivo 732 KB
Contagem de Instalações 79
Versão Atual 1.3
Última Atualização 2013-10-12
Data de Publicação 2013-10-12
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://www.coagmento.org
Tipo de Pagamento free
URL da Página de Ajuda http://www.coagmento.org/instructions.php
Idiomas Suportados 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"
    ]
}