Searchable Bookmarks Manager

Easily search through your bookmarks, straight from your browser's address bar!

Searchable Bookmarks Managerคืออะไร?

Searchable Bookmarks Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremy Dubon และคุณลักษณะหลักของมันคือ "Easily search through your bookmarks, straight from your browser's address bar!"

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

screenshot
screenshot
screenshot

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

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

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

                        Easily manage your bookmarks right from Chrome's address bar!

Features: 
- Easy to use tree view! 
- Fast bookmarks search and filter feature!
- Color code your folders! 
- Open your bookmarks in a single tab group! 
- Open all bookmarks inside a folder with just one click!
- Dark mode and many other customization features! 

Your bookmarks will remain completely private. This extension does not collect any usage data. This collection does not store any usage data. This extension does not communicate with any third parties. This extension does not communicate with any external source.                    

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

ชื่อ Searchable Bookmarks Manager Searchable Bookmarks Manager
ID gkmpffgkcfcacjgaaafchfnnjghddmff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searchable-bookmarks-mana/gkmpffgkcfcacjgaaafchfnnjghddmff
คำอธิบาย Easily search through your bookmarks, straight from your browser's address bar!
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 401
เวอร์ชันปัจจุบัน 4.1.1
อัปเดตครั้งล่าสุด 2023-01-22
วันที่เผยแพร่ 2016-07-11
คะแนน 4.21/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Jeremy Dubon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/JJDubon/Searchable-Bookmarks-Manager-React
URL หน้าช่วยเหลือ https://github.com/JJDubon/Searchable-Bookmarks-Manager-React/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Searchable Bookmarks Manager",
    "description": "Easily search through your bookmarks, straight from your browser's address bar!",
    "version": "4.1.1",
    "short_name": "SBM",
    "commands": {
        "_execute_browser_action": {
            "description": "Searchable Bookmarks Manager"
        }
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon-16-blue.png",
        "32": "\/images\/icon-32-blue.png",
        "48": "\/images\/icon-48-blue.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "storage",
        "favicon",
        "tabGroups",
        "alarms"
    ]
}