Coagmento

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

Coagmentoคืออะไร?

Coagmento เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.coagmento.org และคุณลักษณะหลักของมันคือ "Make the most of your Web browsing - individually or collaboratively."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coagmento

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}