Gibbon
Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
Cos'è Gibbon?
Gibbon è un'estensione di Chrome sviluppata da http://gibbon.co, e la sua funzione principale è "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gibbon
Scarica i file di estensione Gibbon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to.
Informazioni di Base sull'Estensione
Nome | |
ID | joknefodjdjbcijgpnfnkfdcmngiacko |
URL Ufficiale | https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko |
Descrizione | Gibbon Extension for Google Chrome - One click to put the best content in your learning flow. |
Dimensione del File | 45.74 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2015-05-12 |
Data di Pubblicazione | 2015-05-12 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | http://gibbon.co |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://gibbon.co |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |