Bookmark Sorter

Keeps bookmarks sorted

Bookmark Sorter란 무엇입니까?

Bookmark Sorter은(는) 0xf0f에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keeps bookmarks sorted"입니다.

확장 프로그램 스크린샷

screenshot

Bookmark Sorter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bookmark Sorter Bookmark Sorter
ID ejmfjgojeggmnimbmfbciimblijbemhd
공식 URL https://chromewebstore.google.com/detail/bookmark-sorter/ejmfjgojeggmnimbmfbciimblijbemhd
설명 Keeps bookmarks sorted
파일 크기 21.43 KB
설치 횟수 573
현재 버전 2.1
최근 업데이트 2023-01-31
출시 날짜 2023-01-30
평점 3.67/5 총 3 개의 평점
개발자 0xf0f
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/0xf0f/bookmark-sorter
지원되는 언어 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"
    ]
}