OpenBook It!
Easily share anything to the OpenBook community
O que é OpenBook It!?
OpenBook It! é uma extensão do Chrome desenvolvida por https://openbook.etoro.com, e sua principal característica é "Easily share anything to the OpenBook community".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OpenBook It!
Baixe arquivos de extensão OpenBook It! 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
Share anything you like from the Web to eToro OpenBook - The Social Investment Network. The "OpenBook It!" extension for Google Chrome adds a button to your browser that lets you share from any website, quickly and easily.
Informações Básicas da Extensão
Nome | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
URL Oficial | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
Descrição | Easily share anything to the OpenBook community |
Tamanho do Arquivo | 19.58 KB |
Contagem de Instalações | 1,359 |
Versão Atual | 0.3 |
Última Atualização | 2013-03-03 |
Data de Publicação | 2013-03-03 |
Classificação | 4.33/5 Total de 33 Avaliações |
Desenvolvedor | https://openbook.etoro.com |
Tipo de Pagamento | free |
Site da Extensão | http://openbook.etoro.com/?ref=chromestore |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "OpenBook It!" }, "name": "OpenBook It!", "description": "Easily share anything to the OpenBook community", "homepage_url": "http:\/\/openbook.etoro.com\/?ref=chrome_OBit", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.3", "manifest_version": 2 } |