Little Bookmark Box - Add to Inbox
Add a link directly to your Little Bookmark Box > Inbox.
O que é Little Bookmark Box - Add to Inbox?
Little Bookmark Box - Add to Inbox é uma extensão do Chrome desenvolvida por https://www.pointworks.de, e sua principal característica é "Add a link directly to your Little Bookmark Box > Inbox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Little Bookmark Box - Add to Inbox
Baixe arquivos de extensão Little Bookmark Box - Add to Inbox 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
••• Requires Little Bookmark Box App for Mac OS X ••• This extension makes it easy to bookmark the page you are viewing with a single click. The bookmark will be created in your Little Bookmark Box > Inbox. For more information and a free trial version of the Little Bookmark Box App, visit: http://www.pointworks.de/software/little-bookmark-box/
Informações Básicas da Extensão
Nome | Little Bookmark Box - Add to Inbox |
ID | kecofeefojipgifkamkhodblhhedakaf |
URL Oficial | https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf |
Descrição | Add a link directly to your Little Bookmark Box > Inbox. |
Tamanho do Arquivo | 41.98 KB |
Contagem de Instalações | 78 |
Versão Atual | 1.1 |
Última Atualização | 2016-05-02 |
Data de Publicação | 2016-05-01 |
Desenvolvedor | https://www.pointworks.de |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.pointworks.de/software/little-bookmark-box/ |
URL da Página de Ajuda | http://www.pointworks.de/software/little-bookmark-box/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Little Bookmark Box - Add to Inbox", "description": "Add a link directly to your Little Bookmark Box > Inbox.", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Add a link directly to your Little Bookmark Box > Inbox", "default_icon": "small_icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "lbb_128.png", "16": "lbb_16.png", "48": "lbb_48.png" } } |