Sprucemarks

Automatically sort bookmarks.

Sprucemarksคืออะไร?

Sprucemarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karlheinz Graf และคุณลักษณะหลักของมันคือ "Automatically sort bookmarks."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Sprucemarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically sort bookmarks by title, date, or URL.

• Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks.
• Each area (and sub folders) can have their own sort order, or no order.
• Group folders together or have them sorted alongside bookmarks.
• Save your options once and have your bookmarks sorted now and automatically into the future.                    

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

ชื่อ Sprucemarks Sprucemarks
ID ajhenjdmeogjccfnbemhfgoocnlboadl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl
คำอธิบาย Automatically sort bookmarks.
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 2019.10.15.0
อัปเดตครั้งล่าสุด 2023-07-25
วันที่เผยแพร่ 2020-03-08
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Karlheinz Graf
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sprucemarks",
    "short_name": "Sprucemarks",
    "description": "Automatically sort bookmarks.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "version": "2019.10.15.0"
}