Always expands the Google search tool

Always expands the search tool and moves it back to the left side

Always expands the Google search tool là gì?

Always expands the Google search tool là một tiện ích mở rộng Chrome được phát triển bởi satou321, và tính năng chính của nó là "Always expands the search tool and moves it back to the left side".

Ả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 Always expands the Google search tool

Tải xuống các tệp mở rộng Always expands the Google search tool 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

                        source: https://userstyles.org/styles/78857/google"
author: 100 no hito


Privacy Policy
I don't collect any information including Google Analytics.                    

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

Tên Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
URL Chính Thức https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
Mô tả Always expands the search tool and moves it back to the left side
Kích Thước Tệp 6.01 KB
Số Lần Cài Đặt 184
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-06-26
Ngày Phát Hành 2019-06-25
Nhà Phát Triển satou321
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "author": "satou321",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.co.jp\/*",
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}