Search Highlighter

The Digiting Search Highlighter is the simplest way to search.

Search Highlighter là gì?

Search Highlighter là một tiện ích mở rộng Chrome được phát triển bởi digiting, và tính năng chính của nó là "The Digiting Search Highlighter is the simplest way to search.".

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

screenshot
screenshot
screenshot

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

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

                        The Digiting Search Highlighter simplifies your browsing experience by making it easier to search. Instead of copy and paste, simply highlight a word or phrase and it shows up in your Digiting search box.

Search Highlighter’s patent –pending technology is free and currently in beta. Get it now to simply searching.

Use the Digiting Search Highlighter to quickly search by highlighting text and searching. No need to retype or to copy and paste text.

Works great for products, proper names, addresses, complex terms or just about anything else you come across when browsing, and wish to search.
 
The Digiting Search Highlighter has additional features which allow you to change the location of the search box, from the top to the bottom of the page. 

You can also easily choose between launching a search in a new tab or in the current tab.

And, you can have access to your search history.                    

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

Tên Search Highlighter Search Highlighter
ID pgiojmcenncggniipinpebhcagnoidaf
URL Chính Thức https://chrome.google.com/webstore/detail/search-highlighter/pgiojmcenncggniipinpebhcagnoidaf
Mô tả The Digiting Search Highlighter is the simplest way to search.
Kích Thước Tệp 95.69 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-07-09
Ngày Phát Hành 2013-07-09
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển digiting
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Search Highlighter",
    "version": "1.0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "toolbar.js",
                "lib\/jquery-1.7.1.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "The Digiting Search Highlighter is the simplest way to search.",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self' ",
    "permissions": [
        "history",
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "toolbarWindow.html"
    ]
}