Multisearch

Replaces the New Tab screen with site-specific Google search fields, which you can customize.

Multisearch là gì?

Multisearch là một tiện ích mở rộng Chrome được phát triển bởi sawyerh, và tính năng chính của nó là "Replaces the New Tab screen with site-specific Google search fields, which you can customize.".

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

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

                                            

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

Tên Multisearch Multisearch
ID acacjoabappgkabopnlnmdiodjilaggi
URL Chính Thức https://chromewebstore.google.com/detail/multisearch/acacjoabappgkabopnlnmdiodjilaggi
Mô tả Replaces the New Tab screen with site-specific Google search fields, which you can customize.
Kích Thước Tệp 10.5 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2015-06-30
Ngày Phát Hành 2015-06-30
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển sawyerh
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multisearch",
    "version": "1.0.1",
    "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.",
    "author": "Sawyer Hollenshead",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ]
}