Bookmarks Organizer
Sort Bookmarks Alphabetically
Bookmarks Organizer란 무엇입니까?
Bookmarks Organizer은(는) Jaseem V V에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort Bookmarks Alphabetically"입니다.
확장 프로그램 스크린샷
Bookmarks Organizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |