Gibbon

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

Vad är Gibbon?

Gibbon är en Chrome-tillägg utvecklad av http://gibbon.co, och dess huvudfunktion är "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.".

Tilläggsskärmbilder

screenshot

Ladda ner Gibbon-förlängningens CRX-fil

Ladda ner Gibbon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gibbon Gibbon
ID joknefodjdjbcijgpnfnkfdcmngiacko
Officiell webbadress https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko
Beskrivning Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
Filstorlek 45.74 KB
Antal Installationer 203
Aktuell Version 1.1.0
Senast Uppdaterad 2015-05-12
Publiceringsdatum 2015-05-12
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare http://gibbon.co
Betalningssätt free
Tilläggswebbplats http://gibbon.co
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}