Bookmarks Organizer
Sort Bookmarks Alphabetically
Qu'est-ce que Bookmarks Organizer ?
Bookmarks Organizer est une extension Chrome développée par Jaseem V V, et sa fonction principale est "Sort Bookmarks Alphabetically".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarks Organizer
Téléchargez les fichiers d'extension Bookmarks Organizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bookmarks Organizer |
ID | cjdenbocfdbjohomdaojaokiffjbnaca |
URL Officiel | https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca |
Description | Sort Bookmarks Alphabetically |
Taille du Fichier | 41.23 KB |
Nombre d'Installations | 3,919 |
Version Actuelle | 4.1.1 |
Dernière Mise à Jour | 2023-10-02 |
Date de Publication | 2019-02-06 |
Évaluation | 3.13/5 Total 52 Évaluations |
Développeur | Jaseem V V |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.jsloop.net |
URL de la Page d'Aide | https://github.com/jsloop42/BookmarksOrganizer/issues |
Langues Prises en Charge | 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 } |