Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
O que é Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add é uma extensão do Chrome desenvolvida por https://www.pointworks.de, e sua principal característica é "Modify & Add a link to your Little Bookmark Box.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Little Bookmark Box - Modify and Add
Baixe arquivos de extensão Little Bookmark Box - Modify and Add 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. You can select the Box, add a note, add tags, or change the title. 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 - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
URL Oficial | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Descrição | Modify & Add a link to your Little Bookmark Box. |
Tamanho do Arquivo | 42.02 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.1 |
Última Atualização | 2016-05-02 |
Data de Publicação | 2016-05-01 |
Classificação | 3.00/5 Total de 1 Avaliações |
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 - Modify and Add", "description": "Modify & Add a link to your Little Bookmark Box.", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Modify & Add a link to your Little Bookmark Box", "default_icon": "small_icon_plus.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "lbb_128.png", "16": "lbb_16.png", "48": "lbb_48.png" } } |