Gibbon
Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
Was ist Gibbon?
Gibbon ist eine Chrome-Erweiterung, die von http://gibbon.co entwickelt wurde, und ihr Hauptmerkmal ist "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.".
Erweiterungsscreenshots
Gibbon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gibbon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to.
Grundlegende Informationen zur Erweiterung
Name | |
ID | joknefodjdjbcijgpnfnkfdcmngiacko |
Offizielle URL | https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko |
Beschreibung | Gibbon Extension for Google Chrome - One click to put the best content in your learning flow. |
Dateigröße | 45.74 KB |
Installationsanzahl | 203 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2015-05-12 |
Veröffentlichungsdatum | 2015-05-12 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://gibbon.co |
Zahlungsart | free |
Erweiterungswebsite | http://gibbon.co |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |