Better Bookmark

Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)

Better Bookmarkคืออะไร?

Better Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Szymon Pilkowski และคุณลักษณะหลักของมันคือ "Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)"

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

screenshot

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

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

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

                        Easy way to add bookmarks to any category.
Includes spotlight-like search with mouse/keyboard integration.

Default shortcut: cmd+b (win:ctrl+b)

-- 
Author: Szymon Pilkowski [http://twitter.com/ard]
It's open source: https://github.com/ardcore/chrome-better-bookmark
Uses fuzzy search algorithm from fuse.js.

Please contact me with any bug reports or suggestions!                    

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

ชื่อ Better Bookmark Better Bookmark
ID pniopfmciclllcpockpkgceikipiibol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-bookmark/pniopfmciclllcpockpkgceikipiibol
คำอธิบาย Easily add bookmarks to any category. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
ขนาดไฟล์ 33.8 KB
จำนวนการติดตั้ง 1,442
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2014-04-01
วันที่เผยแพร่ 2014-04-01
คะแนน 4.46/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา Szymon Pilkowski
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ardcore/chrome-better-bookmark
URL หน้าช่วยเหลือ https://github.com/ardcore/chrome-better-bookmark/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmark",
    "description": "Easily add bookmarks to any category. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
    "version": "1.3.1",
    "author": "Szymon Pilkowski",
    "homepage_url": "https:\/\/github.com\/ardcore\/chrome-better-bookmark",
    "default_locale": "en",
    "background": {
        "page": "init.html"
    },
    "icons": {
        "16": "bookmark.png",
        "48": "bookmark.png",
        "128": "bookmark.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "bookmark.png",
            "38": "bookmark.png"
        },
        "default_title": "Better Bookmark Button",
        "default_popup": "background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}