Better Bookmarks
Display and navigate your bookmarks on the new tab page!
¿Qué es Better Bookmarks?
Better Bookmarks es una extensión de Chrome desarrollada por the.toyoun, y su función principal es "Display and navigate your bookmarks on the new tab page!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Better Bookmarks
Descarga archivos de extensión Better 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
With Better Bookmarks, you'll never need to navigate through the bookmark manager again. Included Features: - Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page. Upcoming Features: - Add, remove, or edit bookmarks dynamically on the new tab page display! - Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window. - Adjust the size of bookmark folders through a simple click and drag. Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks Thanks for using Better Bookmarks!
Información Básica de la Extensión
Nombre | Better Bookmarks |
ID | nflabppedilakkgjdnfmiihhcaeomdjf |
URL Oficial | https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf |
Descripción | Display and navigate your bookmarks on the new tab page! |
Tamaño del Archivo | 196 KB |
Cantidad de Instalaciones | 70 |
Versión Actual | 0.0.1 |
Última Actualización | 2019-04-17 |
Fecha de Publicación | 2019-04-16 |
Desarrollador | the.toyoun |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bookmarks", "version": "0.0.1", "description": "Display and navigate your bookmarks on the new tab page!", "icons": { "128": "favicon.png" }, "browser_action": { "default_title": "Better Bookmarks" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |