Search it

Searchs selected text

Search it là gì?

Search it là một tiện ích mở rộng Chrome được phát triển bởi Eretin Oleg, và tính năng chính của nó là "Searchs selected text".

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

screenshot
screenshot

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

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

                        Allows to search selected on web page text. Key features:
- search engine switcher
- support shortcut Ctrl+Q
- localized for 2 locales: EN and RU                    

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

Tên Search it Search it
ID dljiekeckiiiccopfmkfhdegdenbabln
URL Chính Thức https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln
Mô tả Searchs selected text
Kích Thước Tệp 16.92 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-02-13
Ngày Phát Hành 2016-02-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Eretin Oleg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "searchIt": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Search it shortcut"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}