Coagmento

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

Qu'est-ce que Coagmento ?

Coagmento est une extension Chrome développée par https://www.coagmento.org, et sa fonction principale est "Make the most of your Web browsing - individually or collaboratively.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Coagmento

Téléchargez les fichiers d'extension Coagmento au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Coagmento Coagmento
ID lojohhkdbefaidjhcdngnflbjchgdokl
URL Officiel https://chromewebstore.google.com/detail/coagmento/lojohhkdbefaidjhcdngnflbjchgdokl
Description Make the most of your Web browsing - individually or collaboratively.
Taille du Fichier 732 KB
Nombre d'Installations 79
Version Actuelle 1.3
Dernière Mise à Jour 2013-10-12
Date de Publication 2013-10-12
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.coagmento.org
Type de Paiement free
URL de la Page d'Aide http://www.coagmento.org/instructions.php
Langues Prises en Charge 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"
    ]
}