Gibbon

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

Qu'est-ce que Gibbon ?

Gibbon est une extension Chrome développée par http://gibbon.co, et sa fonction principale est "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gibbon

Téléchargez les fichiers d'extension Gibbon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gibbon Gibbon
ID joknefodjdjbcijgpnfnkfdcmngiacko
URL Officiel 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.
Taille du Fichier 45.74 KB
Nombre d'Installations 203
Version Actuelle 1.1.0
Dernière Mise à Jour 2015-05-12
Date de Publication 2015-05-12
Évaluation 3.00/5 Total 4 Évaluations
Développeur http://gibbon.co
Type de Paiement free
Site Web de l'Extension http://gibbon.co
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}