Bookmark Sorter

Keeps bookmarks sorted

Bookmark Sorterとは何ですか?

Bookmark Sorterは0xf0fによって開発されたChromeの拡張機能で、その主な機能は「Keeps bookmarks sorted」です。

拡張機能のスクリーンショット

screenshot

Bookmark Sorter拡張機能のCRXファイルをダウンロード

Bookmark Sorter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}