Gibbon

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

什么是Gibbon?

Gibbon是由http://gibbon.co开发的Chrome扩展程序,该扩展的主要功能是“Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.”。

扩展截图

screenshot

下载Gibbon扩展crx文件

下载Gibbon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Gibbon Gibbon
ID joknefodjdjbcijgpnfnkfdcmngiacko
官方URL https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko
简介 Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
文件大小 45.74 KB
安装次数 203
当前版本 1.1.0
更新时间 2015-05-12
上架时间 2015-05-12
评分 3.00/5 共4次评分
开发者 http://gibbon.co
付费类型 free
扩展官网 http://gibbon.co
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}