Super Bookmark Desktop
Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…
Super Bookmark Desktopคืออะไร?
Super Bookmark Desktop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyle Paulsen และคุณลักษณะหลักของมันคือ "Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super Bookmark Desktop
ดาวน์โหลดไฟล์ส่วนขยาย Super Bookmark Desktop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop! If you've ever wanted to treat your bookmarks like files on your desktop then give this a try! Some features: * Cool desktop backgrounds and ability to add your own. Add a subreddit source and get new backgrounds every day! * Click and Drag icons to move them around the desktop or into folders. * Create a selection of multiple items by clicking and dragging with the mouse (then try moving all of them). * Hold down Ctrl, Shift, or Command and then click an icon to multi-select icons. * Right Click the desktop create bookmarks or to change backgrounds and set background settings. * Right Click icons to edit or delete them (editing and deleting affects the actual bookmark). * Create text files that sync like a normal bookmark. Good for making quick reminders! This project is open source at: https://github.com/kylepaulsen/SuperBookmarkDesktop
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Super Bookmark Desktop |
ID | mfpgdeedjdffbfoomliadmehaoailnjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/super-bookmark-desktop/mfpgdeedjdffbfoomliadmehaoailnjn |
คำอธิบาย | Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!… |
ขนาดไฟล์ | 22.68 MB |
จำนวนการติดตั้ง | 1,261 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2023-08-11 |
วันที่เผยแพร่ | 2020-03-01 |
คะแนน | 4.50/5 รวมทั้งหมด 30 คะแนน |
ผู้พัฒนา | Kyle Paulsen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.kylepaulsen.com |
URL หน้าช่วยเหลือ | https://github.com/kylepaulsen/SuperBookmarkDesktop/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.0", "manifest_version": 3, "name": "Super Bookmark Desktop", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "bookmarks", "favicon", "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "minimum_chrome_version": "104" } |