Bookmarks Organizer
Sort Bookmarks Alphabetically
Bookmarks Organizerとは何ですか?
Bookmarks OrganizerはJaseem V Vによって開発されたChromeの拡張機能で、その主な機能は「Sort Bookmarks Alphabetically」です。
拡張機能のスクリーンショット
Bookmarks Organizer拡張機能のCRXファイルをダウンロード
Bookmarks Organizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Bookmarks Organizer |
ID | cjdenbocfdbjohomdaojaokiffjbnaca |
公式URL | https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca |
説明 | Sort Bookmarks Alphabetically |
ファイルサイズ | 41.23 KB |
インストール数 | 3,919 |
現在のバージョン | 4.1.1 |
最終更新日 | 2023-10-02 |
公開日 | 2019-02-06 |
評価 | 3.13/5 合計 52 レビュー |
開発者 | Jaseem V V |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.jsloop.net |
ヘルプページのURL | https://github.com/jsloop42/BookmarksOrganizer/issues |
対応言語 | 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 } |