Better Bookmarks
Display and navigate your bookmarks on the new tab page!
Better Bookmarksคืออะไร?
Better Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย the.toyoun และคุณลักษณะหลักของมันคือ "Display and navigate your bookmarks on the new tab page!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Better Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Better Bookmarks, you'll never need to navigate through the bookmark manager again. Included Features: - Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page. Upcoming Features: - Add, remove, or edit bookmarks dynamically on the new tab page display! - Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window. - Adjust the size of bookmark folders through a simple click and drag. Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks Thanks for using Better Bookmarks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Bookmarks |
ID | nflabppedilakkgjdnfmiihhcaeomdjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf |
คำอธิบาย | Display and navigate your bookmarks on the new tab page! |
ขนาดไฟล์ | 196 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-04-17 |
วันที่เผยแพร่ | 2019-04-16 |
ผู้พัฒนา | the.toyoun |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Bookmarks", "version": "0.0.1", "description": "Display and navigate your bookmarks on the new tab page!", "icons": { "128": "favicon.png" }, "browser_action": { "default_title": "Better Bookmarks" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "bookmarks", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |