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:\/\/*\/*"
            ]
        }
    ]
}