Global Search

Global Search description.

Global Search là gì?

Global Search là một tiện ích mở rộng Chrome được phát triển bởi https://globalsearch.pro, và tính năng chính của nó là "Global Search description.".

Ả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 Global Search

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

                        The most efficient way to use your favorite search engines. 
Search selected text, use customizable hotkeys and much more.

Global Search brings the best features to Chrome, and much more besides:

● one-click search customization
● search selected text
● new tab search

Please click "Support" to submit bug reports, questions and feature suggestions.
Please do not leave bug reports in your review.

By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome                    

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

Tên Global Search Global Search
ID ibnhcclcebpcmcgnplkamfolnkgaigjd
URL Chính Thức https://chromewebstore.google.com/detail/global-search/ibnhcclcebpcmcgnplkamfolnkgaigjd
Mô tả Global Search description.
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 420
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-10-16
Nhà Phát Triển https://globalsearch.pro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://globalsearch.pro/privacy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Global Search",
            "keyword": "GlobalSearch",
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/globalsearch.pro\/media\/icons\/favicon.ico",
            "search_url": "https:\/\/globalsearch.pro\/search.php?q={searchTerms}",
            "suggest_url": "https:\/\/globalsearch.pro\/suggestions.php?q={searchTerms}"
        }
    },
    "description": "Global Search description.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "storage",
        "*:\/\/globalsearch.pro\/*"
    ],
    "manifest_version": 2,
    "name": "Global Search",
    "version": "1.0.3"
}