Bookmark beautifier

A browser extension that sorts and organizes bookmarks, also has an edit mode.

Bookmark beautifierคืออะไร?

Bookmark beautifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jelly Corp และคุณลักษณะหลักของมันคือ "A browser extension that sorts and organizes bookmarks, also has an edit mode."

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

screenshot
screenshot

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

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

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

                        Chrome browser extension for sorting and organizing bookmarks. Simplifies the bookmark managing process by providing functions such as sorting, grouping similar links into folders and shortening obscure titles.

USAGE:

• Sorting
• Grouping by domain
• Shortening bookmark titles
• Simply click two times to open the link
• Manage you bookmarks with an easy to use interface
  -Drag and drop links to reorganize
  -Double click to edit link 
  -Hold Ctrl and click to select multiple links


PERMISSIONS:

Bookmarks - for extension functionality.
That's it, nothing else                    

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

ชื่อ Bookmark beautifier Bookmark beautifier
ID ahnaocfoepojfegbafgokdjnpnhajjgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb
คำอธิบาย A browser extension that sorts and organizes bookmarks, also has an edit mode.
ขนาดไฟล์ 625 KB
จำนวนการติดตั้ง 1,218
เวอร์ชันปัจจุบัน 1.0.5.5
อัปเดตครั้งล่าสุด 2017-06-10
วันที่เผยแพร่ 2017-06-10
คะแนน 3.26/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Jelly Corp
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/koolzz/bookmark-beautifier
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark beautifier",
    "short_name": "Bbeautifier",
    "version": "1.0.5.5",
    "description": "A browser extension that sorts and organizes bookmarks, also has an edit mode.",
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "16": "icon_16.png"
    },
    "browser_action": {
        "default_title": "Bookmark beautifier",
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    }
}