Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

Highlight to Search là gì?

Highlight to Search là một tiện ích mở rộng Chrome được phát triển bởi lironkartz, và tính năng chính của nó là "Press Alt+Shift+Y to search for the selected text on Yahoo.".

Ả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 Highlight to Search

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

                        This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

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

Tên Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
URL Chính Thức https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
Mô tả Press Alt+Shift+Y to search for the selected text on Yahoo.
Kích Thước Tệp 8.71 KB
Số Lần Cài Đặt 4,520
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-01-02
Ngày Phát Hành 2014-01-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển lironkartz
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}