Faster Bookmark - Add Bookmark faster

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

Faster Bookmark - Add Bookmark fasterคืออะไร?

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

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Faster Bookmark - Add Bookmark faster

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

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

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

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

-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark                    

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

ชื่อ Faster Bookmark - Add Bookmark faster Faster Bookmark - Add Bookmark faster
ID fibadljlplamppipiebabkdehecpabce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce
คำอธิบาย Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
ขนาดไฟล์ 32.27 KB
จำนวนการติดตั้ง 902
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2015-12-24
วันที่เผยแพร่ 2015-12-24
คะแนน 4.46/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "author": "Minh Anh",
    "background": {
        "page": "init.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "action.png",
            "38": "action.png"
        },
        "default_popup": "background.html",
        "default_title": "Faster Bookmark Button"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+B",
                "default": "Ctrl+B",
                "linux": "Ctrl+B",
                "mac": "Command+B",
                "windows": "Ctrl+B"
            }
        }
    },
    "description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
    "homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
    "icons": {
        "128": "bookmark.png",
        "16": "bookmark.png",
        "48": "bookmark.png"
    },
    "manifest_version": 2,
    "name": "Faster Bookmark - Add Bookmark faster",
    "shortname": "Faster Bookmark",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}