Omnibox Bookmark

Search your bookmarks and open them right from the omnibox!

Omnibox Bookmark là gì?

Omnibox Bookmark là một tiện ích mở rộng Chrome được phát triển bởi Harshal Lele, và tính năng chính của nó là "Search your bookmarks and open them right from the omnibox!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omnibox Bookmark

Tải xuống các tệp mở rộng Omnibox Bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Access your bookmarks through the omnibox by typing 'bkmrk' and the name of the bookmark.
It searches both desktop and mobile bookmarks lets you navigate to them through the omnibox.
Press Ctrl+B to bookmark the page that you are on.
Press Ctrl+X to remove bookmark from active page.
 
Any suggestions or constructive criticism is always appreciated!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omnibox Bookmark Omnibox Bookmark
ID hahonbhmpdagcdgikajlcjdghicbffbf
URL Chính Thức https://chromewebstore.google.com/detail/omnibox-bookmark/hahonbhmpdagcdgikajlcjdghicbffbf
Mô tả Search your bookmarks and open them right from the omnibox!
Kích Thước Tệp 18.7 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2015-04-14
Ngày Phát Hành 2015-04-13
Nhà Phát Triển Harshal Lele
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnibox Bookmark",
    "description": "Search your bookmarks and open them right from the omnibox!",
    "version": "0.3",
    "background": {
        "scripts": [
            "Bookmarksearch.js"
        ]
    },
    "commands": {
        "bookmark-active-page": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            },
            "description": "Bookmark Active page"
        },
        "Remove-bookmark-of-Active-page": {
            "suggested_key": {
                "windows": "Ctrl+X",
                "mac": "Command+X",
                "chromeos": "Ctrl+X",
                "linux": "Ctrl+X"
            },
            "description": "Remove Bookmark from Active page"
        }
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "notifications"
    ],
    "icons": {
        "16": "icon16trans.png",
        "19": "icon19trans.png",
        "38": "icon38trans.png",
        "48": "icon48trans.png",
        "128": "icon128trans.png"
    },
    "omnibox": {
        "keyword": "bkmrk"
    }
}