EAB Omnibox

This extension lets you easily switch between your favorite search engines.

EAB Omnibox là gì?

EAB Omnibox là một tiện ích mở rộng Chrome được phát triển bởi IM doo, và tính năng chính của nó là "This extension lets you easily switch between your favorite search engines.".

Ả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 EAB Omnibox

Tải xuống các tệp mở rộng EAB Omnibox 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 extension allows you to easily change the search engine in use in the address bar (also known as omnibox). Switch between Yahoo, Omnibox.bar and Bing, just by clicking on the extension icon. In order to allow you to select your desired search-engine, your search queries will be redirected through "eabsearch.com" to your selected search-engine. 

How does it work?
1. Choose your desired search engine by right clicking on the extension icon
2. Search for any content you want directly from the omnibox/address bar
3. Your searches will be redirected through our server to the selected search-engine (Yahoo, Bing, Omnibox.bar). Yahoo will be the default search provider.                    

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

Tên EAB Omnibox EAB Omnibox
ID eojpcomhenokfoodcdcbejifiepjbbcd
URL Chính Thức https://chromewebstore.google.com/detail/eab-omnibox/eojpcomhenokfoodcdcbejifiepjbbcd
Mô tả This extension lets you easily switch between your favorite search engines.
Kích Thước Tệp 14.32 KB
Số Lần Cài Đặt 64,604
Phiên Bản Hiện Tại 1.9.4
Cập Nhật Lần Cuối 2023-01-10
Ngày Phát Hành 2020-06-25
Đánh Giá 3.57/5 Tổng số 14 Đánh Giá
Nhà Phát Triển IM doo
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://easysrch.com/ext-pp.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "EAB Omnibox",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_title": "EAB Omnibox"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/eabsearch.com\/safe-search.ico",
            "is_default": true,
            "keyword": "EAB",
            "name": "EAB",
            "search_url": "https:\/\/eabsearch.com\/?vnd=1&q={searchTerms}"
        }
    },
    "description": "This extension lets you easily switch between your favorite search engines.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAscDIsxJVtyrQtgKCZaLYQWp\/pEnNFKk+gKRgEQFc7rOyL+cuWP5bHWXUOFFX\/BWjHT5yVsW3gWc8VyrXff6EeJwtZa9FGkatlJUp\/lk\/NxpbFWG6qE82FYWWWiFFYmiGWSouvYKQzdYyB+JC+n13hvA+r87RPlM3m8a5VpZR5YUdzc15AKA3RMVk8WagoakkQHZRUKQRcCP8YJ\/aTMZ\/vfivCFURvOlS7F39J+VVhJQLPImZIpQ75ZQjP0hhl9Ovpo3VRn0gSN8lAFRzpVnjiGJgBPFMlZEMwiWqrtRMVJrGS5uImGIYmGv8pubHgMnVsmjhAk56+yGVGRBaxq8EIwIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "EAB Omnibox",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/eabsearch.com\/"
    ],
    "short_name": "EAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.4"
}