Gibbon
Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.
O que é Gibbon?
Gibbon é uma extensão do Chrome desenvolvida por http://gibbon.co, e sua principal característica é "Gibbon Extension for Google Chrome - One click to put the best content in your learning flow.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gibbon
Baixe arquivos de extensão Gibbon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Easily put the best content in your learning flow. Just click on the icon and select which learning flow the link belongs to.
Informações Básicas da Extensão
Nome | |
ID | joknefodjdjbcijgpnfnkfdcmngiacko |
URL Oficial | https://chrome.google.com/webstore/detail/gibbon/joknefodjdjbcijgpnfnkfdcmngiacko |
Descrição | Gibbon Extension for Google Chrome - One click to put the best content in your learning flow. |
Tamanho do Arquivo | 45.74 KB |
Contagem de Instalações | 203 |
Versão Atual | 1.1.0 |
Última Atualização | 2015-05-12 |
Data de Publicação | 2015-05-12 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | http://gibbon.co |
Tipo de Pagamento | free |
Site da Extensão | http://gibbon.co |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |