Bookmark Express Next

This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.

Bookmark Express Nextคืออะไร?

Bookmark Express Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eric Majerus และคุณลักษณะหลักของมันคือ "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too."

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

screenshot
screenshot
screenshot

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

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

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

                        This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.                    

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

ชื่อ Bookmark Express Next Bookmark Express Next
ID enpmhceecilnohanegmppnlcoakjicho
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho
คำอธิบาย This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
ขนาดไฟล์ 623 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 9.3
อัปเดตครั้งล่าสุด 2021-03-17
วันที่เผยแพร่ 2021-03-02
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Eric Majerus
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Express Next",
    "description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.",
    "version": "9.3",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "index.html?page=options",
    "permissions": [
        "activeTab",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}