Visual bookmarks

Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.

Visual bookmarksคืออะไร?

Visual bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivan_k และคุณลักษณะหลักของมันคือ "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual bookmarks

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

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

                        The visual bookmarks page replaces the default new tab.

Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles.

Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions
Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues                    

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

ชื่อ Visual bookmarks Visual bookmarks
ID jdbgjlehkajddoapdgpdjmlpdalfnenf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf
คำอธิบาย Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 5.12.3
อัปเดตครั้งล่าสุด 2024-01-13
วันที่เผยแพร่ 2020-07-02
คะแนน 4.53/5 รวมทั้งหมด 308 คะแนน
ผู้พัฒนา ivan_k
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/k-ivan/visual-bookmarks-chrome
ภาษาที่รองรับ en,hu,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "5.12.3",
    "minimum_chrome_version": "95",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "__MSG_default_title__"
    },
    "permissions": [
        "scripting",
        "background",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "tabs",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}