Holmes

Chrome Bookmark Search Extension

Holmes là gì?

Holmes là một tiện ích mở rộng Chrome được phát triển bởi https://www.blackfish.fi, và tính năng chính của nó là "Chrome Bookmark Search Extension".

Ả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 Holmes

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

                        Got bunch of bookmarks in Chrome? Never find the bookmark you're looking for?

Holmes is here to search for your bookmarks!

Omnibox integration is back!
You users missed Watson so bad so we thought to bring him back! And he is faster than ever!

As always, you find him from url bar. Just type * and press tab and you're ready to search!

Holmes also activates by keyboard shortcut! Press Alt+Shift+H and you're ready to go! You can always change the shortcut for your liking. Go to Chrome Menu > Tools > Extensions. Scroll down to bottom, press "Keyboard shortcuts" link and add custom shortcut to Holmes!

** NEW in version 3 **

* Completely rewritten search engine
* Shortcut Alt+Shift+H added!
* 10 results are shown
* No settings
* Bookmarklets are removed by default
* Much cleaner, hassle free look

** Version info **
v.3.3.0

* Holmes now autofocus input field by default

v.3.2.1

* "NEW" label bug fixed


v.3.2

* Fuzzy search implemented both Holmes and Watson - big thanks to krisk's Fuse library -> https://github.com/krisk/Fuse

v.3.1.7

* Fixed omnibox bug when only one result opens bookmark in Google search
* Fixed Holmes input autofocus

v.3.1.6

* Holmes website link added to extension

v.3.1.5

* Default shortcut wasn't working! Now it does!
* Added guide to change default shortcut. See top of this text for more info.

v.3.1.4

* When bookmark was added or removed Holmes didn't recognize the changes. Now fixed.

v.3.1.3

* Minor bug tackled

v.3.1

* Omnibox integration rewrited from ground up!

v.3.0

* Completely rewritten search engine
* Shortcut Alt+Shift+H added!
* Only 10 results are shown
* No settings
* Bookmarklets are removed by default
* No omnibox integration anymore
* Much cleaner, hassle free look


v.2.2.2

*Blog link removed from the start.

v.2.2.1

*FIXED a bug from clicking bullet page navigation. Now it works properly.

v.2.2

Welcome message changed.

v.2.1.1

Compatibility update for the upcoming browser versions

v.2.1

*NEW Showing info when Holmes is upgraded to higher version
*NEW Logo updated...again :)
* Minor UI changes.

v.2.0

*NEW - Watson, the Omnibox search integration
   - Type asterisk(*) and press tab in url bar
*NEW - Logo typography change

v.1.2

* NEW - Added keyword "new:".
* Smallest icon redesign
* Minor fixes.

v. 1.1

* NEW - Options added. Toggle from seach field right corner.
* Remove bookmarklets from search (bookmarks that starts with 'javascript:').
* Save last state. Continue from last point.

* UI improvements. Maven Pro from Google Fonts are loaded as main font.
* Matched search string is higlighted in results as red.
* History search is depracated. Chrome has so nice history search so this is not a needed feature. Let's focus on bookmarks!


v.1.0.1
* Ctrl+D is deprecated. Preventing Windows users to create bookmark by pressing the combination.

v.1.0
* Initial release                    

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

Tên Holmes Holmes
ID gokficnebmomagijbakglkcmhdbchbhn
URL Chính Thức https://chromewebstore.google.com/detail/holmes/gokficnebmomagijbakglkcmhdbchbhn
Mô tả Chrome Bookmark Search Extension
Kích Thước Tệp 562 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 3.3.1
Cập Nhật Lần Cuối 2018-01-28
Ngày Phát Hành 2018-01-28
Đánh Giá 4.43/5 Tổng số 160 Đánh Giá
Nhà Phát Triển https://www.blackfish.fi
Loại Thanh Toán free
Trang Web Mở Rộng http://blackfish.fi/holmes
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Holmes",
    "version": "3.3.1",
    "description": "Chrome Bookmark Search Extension",
    "manifest_version": 2,
    "minimum_chrome_version": "25",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon_19.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "omnibox": {
        "keyword": "*"
    },
    "background": {
        "page": "watson.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "Holmes",
        "default_popup": "holmes.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+H"
            }
        }
    }
}