Sortmark

Sort bookmarks all at once.

Sortmarkคืออะไร?

Sortmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webgoto และคุณลักษณะหลักของมันคือ "Sort bookmarks all at once."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sortmark

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sortmark Sortmark
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
อีเมล [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"
}