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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |