Search with Google Instead

You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.

Search with Google Instead là gì?

Search with Google Instead là một tiện ích mở rộng Chrome được phát triển bởi Alessandro Muraro, và tính năng chính của nó là "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.".

Ả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 Search with Google Instead

Tải xuống các tệp mở rộng Search with Google Instead 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 adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.                    

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

Tên Search with Google Instead Search with Google Instead
ID cdfkjclhhojbgnpidbejchhklnjbjfhh
URL Chính Thức https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh
Mô tả You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
Kích Thước Tệp 16.67 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2018-08-07
Ngày Phát Hành 2018-08-07
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alessandro Muraro
Loại Thanh Toán free
Trang Web Mở Rộng https://alexmuraro.me
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search with Google Instead",
    "short_name": "Google Instead",
    "version": "1.01",
    "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.",
    "author": "Alessandro Muraro",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/duckduckgo.com\/?*",
                "https:\/\/www.bing.com\/search?*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}