Omni Convert - Search Settings for Omnibar

Omni Convert - Search Settings for Omnibar.

Omni Convert - Search Settings for Omnibar là gì?

Omni Convert - Search Settings for Omnibar là một tiện ích mở rộng Chrome được phát triển bởi https://clipconverter.site, và tính năng chính của nó là "Omni Convert - Search Settings for Omnibar.".

Ả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 Omni Convert - Search Settings for Omnibar

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

                        Omni Convert is a simple and lite extension that enables you to search across many different search engines with ease that can easily be converted by using the Omni widget.

The Omni Convert Chrome Extension will change your default search engine to Bing and allow you to seamlessly manage your favorite search providers.

Important
By clicking "Add to Chrome", I accept and agree to installing the Omni Convert extension and setting my default search to that provided by the service, the Privacy Policy, and the Terms of Use.

How does it work?

1. The extension configures your browser’s default search engine to Bing
2. Search for any content through your Omni address bar
3. Easily convert between multiple search engines

Using an Omnibar search widget gives you the fastest way to customize and control your search options.

Privacy Policy: https://lp.clipconverter.site/privacy.html

Terms of Service: https://lp.clipconverter.site/tos.html

Contact us by email at [email protected]

We hope that you enjoy our extension and it improves your internet experience. We welcome any feedback you have.                    

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

Tên Omni Convert - Search Settings for Omnibar Omni Convert - Search Settings for Omnibar
ID fgnfdemimflmkkmdilkloicmdigmjghp
URL Chính Thức https://chromewebstore.google.com/detail/omni-convert-search-setti/fgnfdemimflmkkmdilkloicmdigmjghp
Mô tả Omni Convert - Search Settings for Omnibar.
Kích Thước Tệp 602 KB
Số Lần Cài Đặt 5,802
Phiên Bản Hiện Tại 1.013
Cập Nhật Lần Cuối 2022-09-29
Ngày Phát Hành 2020-02-25
Nhà Phát Triển https://clipconverter.site
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://lp.clipconverter.site/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "version": "1.013",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omni Convert - Search Settings for Omnibar",
    "short_name": "Omni Convert",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Omni Convert",
            "keyword": "Omni Convert",
            "search_url": "https:\/\/app.clipconverter.site\/ext\/search.php\/?a=b&q={searchTerms}",
            "favicon_url": "https:\/\/lp.clipconverter.site\/ext\/32.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "lib\/bg.js"
    },
    "description": "Omni Convert - Search Settings for Omnibar.",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Search from Popular search engines right from browser's address bar Click icon to Choose.",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png",
            "64": "img\/64.png"
        }
    },
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/app.clipconverter.site\/*"
    ]
}