Gibbon

Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.

What is Gibbon?

Gibbon is a Chrome extension developed by http://gibbon.co, and its main feature is "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.".

Extension Screenshots

screenshot

Download Gibbon Extension CRX File

Download Gibbon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to.                    

Extension Basic Information

Name Gibbon Gibbon
ID joknefodjdjbcijgpnfnkfdcmngiacko
Official URL https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko
Description Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
File Size 45.74 KB
Installation Count 203
Current Version 1.1.0
Last Updated 2015-05-12
Publish Date 2015-05-12
Rating 3.00/5 Total 4 Ratings
Developer http://gibbon.co
Payment Type free
Extension Website http://gibbon.co
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gibbon",
    "description": "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.",
    "version": "1.1.0",
    "short_name": "Gibbon",
    "homepage_url": "http:\/\/gibbon.co",
    "icons": {
        "128": "icons\/icon-128px.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19px.png",
            "38": "icons\/icon-38px.png"
        },
        "default_title": "+ Gibbon"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-1.10.1.min.map",
        "frame.html"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.1.min.js",
                "installed.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}