Bookmarks Organizer

Sort Bookmarks Alphabetically

¿Qué es Bookmarks Organizer?

Bookmarks Organizer es una extensión de Chrome desarrollada por Jaseem V V, y su función principal es "Sort Bookmarks Alphabetically".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bookmarks Organizer

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

                        Bookmarks Organizer helps in keeping the bookmarks sorted. It monitors for newly added or moved bookmarks and auto arranges them in ascending order by title. There is a reorder button to manually order the whole bookmark, which can be used initially after installation or import.

Only bookmarks in the Bookmarks Bar are sorted. If you want to have a custom order, those bookmarks can be placed inside the Other Bookmarks.

Limitations: There are max write limits set by the browser so that the sync servers are not abused. So only a certain number of move operations can be performed per session in a given interval of time.                    

Información Básica de la Extensión

Nombre Bookmarks Organizer Bookmarks Organizer
ID cjdenbocfdbjohomdaojaokiffjbnaca
URL Oficial https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca
Descripción Sort Bookmarks Alphabetically
Tamaño del Archivo 41.23 KB
Cantidad de Instalaciones 3,919
Versión Actual 4.1.1
Última Actualización 2023-10-02
Fecha de Publicación 2019-02-06
Calificación 3.13/5 Total de 52 Calificaciones
Desarrollador Jaseem V V
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.jsloop.net
URL de la Página de Ayuda https://github.com/jsloop42/BookmarksOrganizer/issues
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks Organizer",
    "version": "4.1.1",
    "manifest_version": 3,
    "author": "Jaseem V V",
    "description": "Sort Bookmarks Alphabetically",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "bookmarks-organizer.html",
        "default_icon": {
            "16": "res\/icons\/bo-16.png",
            "32": "res\/icons\/bo-32.png",
            "48": "res\/icons\/bo-48.png",
            "128": "res\/icons\/bo-128.png"
        }
    },
    "icons": {
        "16": "res\/icons\/bo-16.png",
        "32": "res\/icons\/bo-32.png",
        "48": "res\/icons\/bo-48.png",
        "128": "res\/icons\/bo-128.png"
    },
    "offline_enabled": true
}