Super Bookmark Desktop
Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…
¿Qué es Super Bookmark Desktop?
Super Bookmark Desktop es una extensión de Chrome desarrollada por Kyle Paulsen, y su función principal es "Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Super Bookmark Desktop
Descarga archivos de extensión Super Bookmark Desktop 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
Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop! If you've ever wanted to treat your bookmarks like files on your desktop then give this a try! Some features: * Cool desktop backgrounds and ability to add your own. Add a subreddit source and get new backgrounds every day! * Click and Drag icons to move them around the desktop or into folders. * Create a selection of multiple items by clicking and dragging with the mouse (then try moving all of them). * Hold down Ctrl, Shift, or Command and then click an icon to multi-select icons. * Right Click the desktop create bookmarks or to change backgrounds and set background settings. * Right Click icons to edit or delete them (editing and deleting affects the actual bookmark). * Create text files that sync like a normal bookmark. Good for making quick reminders! This project is open source at: https://github.com/kylepaulsen/SuperBookmarkDesktop
Información Básica de la Extensión
Nombre | Super Bookmark Desktop |
ID | mfpgdeedjdffbfoomliadmehaoailnjn |
URL Oficial | https://chromewebstore.google.com/detail/super-bookmark-desktop/mfpgdeedjdffbfoomliadmehaoailnjn |
Descripción | Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!… |
Tamaño del Archivo | 22.68 MB |
Cantidad de Instalaciones | 1,261 |
Versión Actual | 1.5.0 |
Última Actualización | 2023-08-11 |
Fecha de Publicación | 2020-03-01 |
Calificación | 4.50/5 Total de 30 Calificaciones |
Desarrollador | Kyle Paulsen |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.kylepaulsen.com |
URL de la Página de Ayuda | https://github.com/kylepaulsen/SuperBookmarkDesktop/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.0", "manifest_version": 3, "name": "Super Bookmark Desktop", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "bookmarks", "favicon", "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "minimum_chrome_version": "104" } |