Sortmark
Sort bookmarks all at once.
Sortmarkとは何ですか?
Sortmarkはwebgotoによって開発されたChromeの拡張機能で、その主な機能は「Sort bookmarks all at once.」です。
拡張機能のスクリーンショット
Sortmark拡張機能のCRXファイルをダウンロード
Sortmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
・Sort Ascending, Descending
・Can be compared by title, URL, and date added
・Automatically in the background
・Ignore specified folder
・Run in the specified folder
■Change log
2021/01/25 v0.1.4
・[improvement] background persistent is true.
2020-07-02 v0.1.3
・[Fix] An error occurs when there are many bookmarks.
2020-06-24 v0.1.2
・Added japanese language.
2020-06-11 v0.1.1
・Sorting algorithm closer to chrome browser.
2020-01-22 v0.1.0
・First release 拡張機能の基本情報
| 名前 | |
| ID | nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
| 公式URL | https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
| 説明 | Sort bookmarks all at once. |
| ファイルサイズ | 21.32 KB |
| インストール数 | 2,840 |
| 現在のバージョン | 0.1.4 |
| 最終更新日 | 2021-01-26 |
| 公開日 | 2020-07-02 |
| 評価 | 4.78/5 合計 23 レビュー |
| 開発者 | webgoto |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"description": "Sort bookmarks all at once.",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"options_page": "options.html",
"name": "Sortmark",
"browser_action": [],
"permissions": [
"bookmarks"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.4"
} | |