Quick search lite

Save time to search from all Engine.

Quick search lite là gì?

Quick search lite là một tiện ích mở rộng Chrome được phát triển bởi Xaman, và tính năng chính của nó là "Save time to search from all Engine.".

Ả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 Quick search lite

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

                        "Quick search lite" is an extension that can save your time to search data from different site and engine.
It has the feature of with typing and without typing. Very small and light extension ever. 
Features that you can get :
1. context menu search: Just select the text you want to search, right click mouse and you can get all the quick search options. 
2. extension popup search: Clicking extension icon just type your text you want to search and hit enter or click the search button.
3. Custom settings: You can set an option as your default search.
4. short key option: You can search anything just to select and press (Ctrl+Shift+5) and also set the option you want as default.

Why you should use it:
1. Very light and small on size.
2. Nice features.
3. To search on different sites.
3. Can save your time.
4.Google sync your settings automatically

I hope you all like this extension, If you want to get an extra feature on it please write a feature request. I will try to do it In the next version.                    

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

Tên Quick search lite Quick search lite
ID boikedohmpklkpcmpkickjfnmalfbimf
URL Chính Thức https://chrome.google.com/webstore/detail/quick-search-lite/boikedohmpklkpcmpkickjfnmalfbimf
Mô tả Save time to search from all Engine.
Kích Thước Tệp 33.23 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-03-09
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Xaman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hasanuzzamanbe.github.io/quick-search-extension/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick search lite",
    "version": "1.0.0",
    "description": "Save time to search from all Engine.",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "contextMenus",
        "tabs",
        "notifications",
        "",
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "topSites",
        "http:\/\/www.developer.chrome.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+5"
            },
            "description": "quick search lite",
            "global": true
        }
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "short_name": "QSL"
}