Coagmento

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

Co je Coagmento?

Coagmento je rozšíření Chrome vyvinuté https://www.coagmento.org, a jeho hlavní funkcí je „Make the most of your Web browsing - individually or collaboratively.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Coagmento

Stáhněte si soubory rozšíření Coagmento ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Coagmento Coagmento
ID lojohhkdbefaidjhcdngnflbjchgdokl
Oficiální URL https://chromewebstore.google.com/detail/coagmento/lojohhkdbefaidjhcdngnflbjchgdokl
Popis Make the most of your Web browsing - individually or collaboratively.
Velikost souboru 732 KB
Počet instalací 79
Aktuální Verze 1.3
Poslední Aktualizace 2013-10-12
Datum Vydání 2013-10-12
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://www.coagmento.org
Typ Platby free
URL Stránky Nápovědy http://www.coagmento.org/instructions.php
Podporované Jazyky 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"
    ]
}