Bookmark Sorter
Keeps bookmarks sorted
Apa itu Bookmark Sorter?
Bookmark Sorter adalah ekstensi Chrome yang dikembangkan oleh 0xf0f, dan fitur utamanya adalah "Keeps bookmarks sorted".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bookmark Sorter
Unduh file ekstensi Bookmark Sorter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Keeps bookmarks sorted. Its default sorting rules are: - Group folders and files separately - Sort folders alphabetically, in ascending order - Sort pages by date added, in descending order Automatic sorting is turned off by default to prevent unwanted changes to bookmark order upon installation. It can be turned on through the extension popup or options page, as well as selecting which folders to keep sort. The criteria and ordering of folder and page sorting can also be changed. Pages can be sorted by name, URL, or date added. Folders can be sorted by name or date added.
Informasi Dasar Ekstensi
Nama | Bookmark Sorter |
ID | ejmfjgojeggmnimbmfbciimblijbemhd |
URL Resmi | https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd |
Deskripsi | Keeps bookmarks sorted |
Ukuran File | 21.43 KB |
Jumlah Instalasi | 573 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2023-01-31 |
Tanggal Publikasi | 2023-01-30 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | 0xf0f |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/0xf0f/bookmark-sorter |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmark Sorter", "version": "2.1", "description": "Keeps bookmarks sorted", "author": "[email protected]", "action": { "default_popup": ".\/source\/html\/options.html" }, "background": { "service_worker": ".\/build\/background.js", "type": "module" }, "options_ui": { "page": ".\/source\/html\/options.html" }, "permissions": [ "bookmarks", "storage" ] } |