Quickmarks

Simply type 'b {keyword}' in omnibox to open bookmark in current tab.

Quickmarks là gì?

Quickmarks là một tiện ích mở rộng Chrome được phát triển bởi https://www.wangyizhuo.com, và tính năng chính của nó là "Simply type 'b {keyword}' in omnibox to open bookmark in current tab.".

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

screenshot

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

Tải xuống các tệp mở rộng Quickmarks 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

                        A extension to open bookmark with keyword in omnibox like what you did in Firefox. Simply type 'b {keyword}' to open the bookmark in current tab. 

 - Simply type 'b {keyword}' to open bookmark in current tab. 
 - Type anything to search your bookmarks.
 - Just press 'Enter' to open the first one in the list.
 - Fully compatible with SiteLauncher's keyword.
 - Bookmarklet is supported transparently.

NOTE: It is recommended to setup a keyword to enjoy the full convenience brought to you by Quickmarks.

To set keyword, append [{keyword}] your bookmark title. For example, change 'Facebook' to 'Facebook [b]' will assign keyword b to Facebook. Just type 'b f' in omnibox to open Facebook. Option page to configure keywords will be coming soon. 

For any bug reports or feature request, please add to my project at google code, 
http://code.google.com/p/quick-marks/issues/list

Please enjoy. 

NOTE: v0.4 has improved bookmarklet support by using content scripting. You do not need to enable popup anymore.

NOTE: Quickmarks might be broken in dev channel. If that happens, please try to delete your profile and try again. Sorry for the inconvenience.                    

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

Tên Quickmarks Quickmarks
ID piefpokhpcehbeelhohgcnbipnfkogig
URL Chính Thức https://chromewebstore.google.com/detail/quickmarks/piefpokhpcehbeelhohgcnbipnfkogig
Mô tả Simply type 'b {keyword}' in omnibox to open bookmark in current tab.
Kích Thước Tệp 20.36 KB
Số Lần Cài Đặt 1,173
Phiên Bản Hiện Tại 0.92
Cập Nhật Lần Cuối 2015-02-11
Ngày Phát Hành 2015-02-11
Đánh Giá 4.47/5 Tổng số 43 Đánh Giá
Nhà Phát Triển https://www.wangyizhuo.com
Loại Thanh Toán free
Trang Web Mở Rộng http://code.google.com/p/quick-marks/
URL Trang Trợ Giúp http://code.google.com/p/quick-marks/w/list
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quickmarks",
    "version": "0.92",
    "manifest_version": 2,
    "description": "Simply type 'b {keyword}' in omnibox to open bookmark in current tab.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "b"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        ""
    ]
}