Omnifinder

A customizable search engine that combines them all.

Omnifinder là gì?

Omnifinder là một tiện ích mở rộng Chrome được phát triển bởi https://omnifinder.com, và tính năng chính của nó là "A customizable search engine that combines them all.".

Ả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 Omnifinder

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

                        - Directly search on the most useful websites !
- Dozens of search engines available in 1 click
- Smart search suggestions
- Fully customizable layout
- Colorful themes
- Right-click context menu integration
- New tab page replacement (optional)
- No recording of your searches
- DuckDuckGo support (prevents tracking)                    

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

Tên Omnifinder Omnifinder
ID ecmipeblhclmbklgalmpgilfonejhlgb
URL Chính Thức https://chromewebstore.google.com/detail/omnifinder/ecmipeblhclmbklgalmpgilfonejhlgb
Mô tả A customizable search engine that combines them all.
Kích Thước Tệp 10.17 KB
Số Lần Cài Đặt 2,691
Phiên Bản Hiện Tại 2.8
Cập Nhật Lần Cuối 2017-01-24
Ngày Phát Hành 2017-01-24
Đánh Giá 3.50/5 Tổng số 60 Đánh Giá
Nhà Phát Triển https://omnifinder.com
Loại Thanh Toán free
Trang Web Mở Rộng http://omnifinder.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omnifinder",
    "version": "2.8",
    "description": "A customizable search engine that combines them all.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "find.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": [],
    "permissions": [
        "contextMenus",
        "http:\/\/omnifinder.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "option.html",
        "is_installed.js"
    ],
    "homepage_url": "http:\/\/omnifinder.com\/"
}