Bookmark Pro

Save native bookmarks in Chrome faster.

Bookmark Proคืออะไร?

Bookmark Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.jeffvlahos.com และคุณลักษณะหลักของมันคือ "Save native bookmarks in Chrome faster."

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

screenshot
screenshot
screenshot

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

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

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

                        KNOWN ISSUE June 12 2020: In Chrome 83, the bookmark menu is popping up instead of Bookmark Pro when using the keyboard shortcut. I am investigating and hope to have this fixed soon. A temporary workaround is to click the Bookmark Pro extension icon instead of using the keyboard shortcut.

If you're a power user of Chrome's basic bookmarks, then you're probably not very satisfied with the experience of saving bookmarks in Chrome.

This extension replaces Chrome's default Save Bookmark popup with a new popup experience that has modern, search-empowered features and a clean design. (Note: This extension does not work when using Google's newer Bookmark Manager extension.)

+ Start typing to smart-search for a folder instead of digging through a menu for it.
+ Choose from 3 recently-saved-to folders without searching for a folder at all.
+ Create and save to a new folder without needing to open a new popup.
+ Update the location or delete the bookmark if you've already saved the page.
+ Elegantly designed using Google's new Material Design language.
+ Highlighted a favorite quote? It'll automatically be prepended to the bookmark title.

How does it work? Keyboard shortcuts?
+ Bookmark the same way you always have, whether through the Bookmarks menu, star icon, or keyboard shortcut (Mac: Cmd + D, Others: Ctrl+D)
+ Tab to jump between inputs, ESC to escape, and Enter to Save, just as you'd expect.                    

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

ชื่อ Bookmark Pro Bookmark Pro
ID mnflenlaoedijiilhimgcgndofcaofkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-pro/mnflenlaoedijiilhimgcgndofcaofkh
คำอธิบาย Save native bookmarks in Chrome faster.
ขนาดไฟล์ 1.99 MB
จำนวนการติดตั้ง 1,084
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-06-15
วันที่เผยแพร่ 2020-06-14
คะแนน 4.41/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://www.jeffvlahos.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.jeffvlahos.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark Pro",
    "version": "1.0.1",
    "manifest_version": 2,
    "author": "Jeff Vlahos",
    "description": "Save native bookmarks in Chrome faster.",
    "permissions": [
        "bookmarks",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_title": "Bookmark Pro for Chrome",
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+D",
                "mac": "Command+D",
                "chromeos": "Ctrl+D",
                "linux": "Ctrl+D"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "short_name": "Bookmark Pro"
}