Sorter Bookmarks

Bookmarks ordener depending the usage rate

Sorter Bookmarksคืออะไร?

Sorter Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marcelo Pasut และคุณลักษณะหลักของมันคือ "Bookmarks ordener depending the usage rate"

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

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

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

                        Bacground bookmark sorter that sort the bookmarks by use rate.

Version 1.0: First production release.
Version 1.0.1: Fix bug first update.
Version 1.0.2: Fig bug when update bookmarks count.                    

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

ชื่อ Sorter Bookmarks Sorter Bookmarks
ID nihcakehgfpbpgjjdbgnnadbchmmfmag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sorter-bookmarks/nihcakehgfpbpgjjdbgnnadbchmmfmag
คำอธิบาย Bookmarks ordener depending the usage rate
ขนาดไฟล์ 10.66 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-11-24
วันที่เผยแพร่ 2014-11-24
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Marcelo Pasut
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sorter Bookmarks",
    "description": "Bookmarks ordener depending the usage rate",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ]
}