Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
O que é Booksmart?
Booksmart é uma extensão do Chrome desenvolvida por Ana-Maria Iancu, e sua principal característica é "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Booksmart
Baixe arquivos de extensão Booksmart 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
With Booksmart you can now bookmark pages with only 2 clicks. Just add a folder, and click on the plus button next to it. Done! Your link is saved and organised in a folder. Easy to use and nice to look at. You can add as many folders as you want and as many bookmarks in each folder. Booksmart is all about making it easier to save links and access them later quickly. Version 0.3.0 updates: - design changes Version 0.2.0 updates: - bug fixes - confirmation message when you delete a folder
Informações Básicas da Extensão
Nome | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
URL Oficial | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
Descrição | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
Tamanho do Arquivo | 315 KB |
Contagem de Instalações | 88 |
Versão Atual | 0.3.0 |
Última Atualização | 2020-12-15 |
Data de Publicação | 2020-11-30 |
Classificação | 4.78/5 Total de 9 Avaliações |
Desenvolvedor | Ana-Maria Iancu |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Booksmart", "version": "0.3.0", "description": "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.", "short_name": "B", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_title": "Booksmart", "default_icon": "favicon.ico" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |