Booksmart
Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.
¿Qué es Booksmart?
Booksmart es una extensión de Chrome desarrollada por Ana-Maria Iancu, y su función principal es "Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Booksmart
Descarga archivos de extensión Booksmart en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | nlffaabjkkfkehhdmcljfpcipffhhkbj |
URL Oficial | https://chrome.google.com/webstore/detail/booksmart/nlffaabjkkfkehhdmcljfpcipffhhkbj |
Descripción | Smart bookmarking. Add folders and bookmark your current tab to any folder with just one click. |
Tamaño del Archivo | 315 KB |
Cantidad de Instalaciones | 88 |
Versión Actual | 0.3.0 |
Última Actualización | 2020-12-15 |
Fecha de Publicación | 2020-11-30 |
Calificación | 4.78/5 Total de 9 Calificaciones |
Desarrollador | Ana-Maria Iancu |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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'" } |