Smart Bookmark Manager
A better look at your browsers Bookmarks with advance searching and the most useful filters
Smart Bookmark Managerคืออะไร?
Smart Bookmark Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chromio.net และคุณลักษณะหลักของมันคือ "A better look at your browsers Bookmarks with advance searching and the most useful filters"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Bookmark Manager
ดาวน์โหลดไฟล์ส่วนขยาย Smart Bookmark Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Smart Bookmark Manager you can - Short bookmarks by date and name - Custom Bookmark search - Arrange Bookmarks in Grid and list style - Select multiple bookmarks with mouse cursor - Open single or multi bookmarks in new tab, new windows or private window - Import and export bookmarks - edit, move, delete and copy bookmark’s URL Upcoming features - Display web shots in Grid style - Display search suggestions Please give suggestion in support so we improve this extension - Thanks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart Bookmark Manager |
ID | nfobeapoafofgmfaggcajmnfdjemfpno |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno |
คำอธิบาย | A better look at your browsers Bookmarks with advance searching and the most useful filters |
ขนาดไฟล์ | 91.59 KB |
จำนวนการติดตั้ง | 1,629 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-11-24 |
วันที่เผยแพร่ | 2019-11-19 |
คะแนน | 4.32/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | https://chromio.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.0", "description": "__MSG_extDescription__", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon-popup.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "bookmarks": "bookmarks.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ] } |