Live Bookmarks

A bookmark viewer to see all your bookmarks with screenshot of the webpage.

¿Qué es Live Bookmarks?

Live Bookmarks es una extensión de Chrome desarrollada por 010pixel, y su función principal es "A bookmark viewer to see all your bookmarks with screenshot of the webpage.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Live Bookmarks

Descarga archivos de extensión Live Bookmarks 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

                        It's ok if you can't remember title of the webpage you just added in your long list of bookmarks as long as you know how the webpage looks like. With live bookmarks you can not only see the title of the webpage but also a thumbnail of the website next to it. Enjoy!

Features:
- View all bookmarks categorized by folder
- Live thumbnail of each bookmark
- Click on the bookmark and open webpage
- Share bookmarks on social media with single click

Support this extension: https://donorbox.org/to-sustain-building-google-chrome-extensions

V-1.1:
- View bookmarks in full screen

V-1.2:
- User friendly folder collapse

V-1.3:
- Search bookmarks
- Delete folders
- Delete bookmarks

V-1.4:
- Load thumbnails only when needed
- Load thumbnails smoothly

v-1.5:
- Load only visible thumbnails

v-1.5.2:
- Separated Total Bookmarks and Total Folders numbers

v-1.5.3:
- Updated thumbnail library

How to:
- Click on the title or thumbnail of the webpage to open a webpage
- Click the triangle next on right side of any folder name to toggle visibility of the bookmarks under a particular folder
- Click "Parent" to go to the parent folder
- Click social media icon on a bookmark to share the webpage on social media                    

Información Básica de la Extensión

Nombre Live Bookmarks Live Bookmarks
ID ihfolgbjkckclahmpoejnoglilaeenji
URL Oficial https://chromewebstore.google.com/detail/live-bookmarks/ihfolgbjkckclahmpoejnoglilaeenji
Descripción A bookmark viewer to see all your bookmarks with screenshot of the webpage.
Tamaño del Archivo 827 KB
Cantidad de Instalaciones 729
Versión Actual 1.5.3
Última Actualización 2019-01-04
Fecha de Publicación 2019-01-04
Calificación 2.50/5 Total de 14 Calificaciones
Desarrollador 010pixel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.010pixel.com/
URL de la Página de Política de Privacidad https://privacy.010pixel.com/chrome
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Bookmarks",
    "short_name": "Live-Bookmarks",
    "description": "A bookmark viewer to see all your bookmarks with screenshot of the webpage.",
    "version": "1.5.3",
    "author": "010 Pixel",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "bookmarks.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}