Bookmarks Organizer

Sort Bookmarks Alphabetically

Was ist Bookmarks Organizer?

Bookmarks Organizer ist eine Chrome-Erweiterung, die von Jaseem V V entwickelt wurde, und ihr Hauptmerkmal ist "Sort Bookmarks Alphabetically".

Erweiterungsscreenshots

screenshot

Bookmarks Organizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarks Organizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bookmarks Organizer Bookmarks Organizer
ID cjdenbocfdbjohomdaojaokiffjbnaca
Offizielle URL https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca
Beschreibung Sort Bookmarks Alphabetically
Dateigröße 41.23 KB
Installationsanzahl 3,919
Aktuelle Version 4.1.1
Letztes Update 2023-10-02
Veröffentlichungsdatum 2019-02-06
Bewertung 3.13/5 Insgesamt 52 Bewertungen
Entwickler Jaseem V V
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.jsloop.net
Hilfeseite URL https://github.com/jsloop42/BookmarksOrganizer/issues
Unterstützte Sprachen 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
}