Google Search Page Enhancer

This extension removes the "More" option and adds all entries to the bar.

Google Search Page Enhancer là gì?

Google Search Page Enhancer là một tiện ích mở rộng Chrome được phát triển bởi therealplayer1, và tính năng chính của nó là "This extension removes the "More" option and adds all entries to the bar.".

Ả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 Google Search Page Enhancer

Tải xuống các tệp mở rộng Google Search Page Enhancer 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 removes the "More" option and adds all entries to the bar.                    

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

Tên Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
URL Chính Thức https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
Mô tả This extension removes the "More" option and adds all entries to the bar.
Kích Thước Tệp 34.47 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-06-27
Ngày Phát Hành 2013-06-27
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển therealplayer1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Page Enhancer",
    "description": "This extension removes the \"More\" option and adds all entries to the bar.",
    "version": "0.1",
    "content_scripts": [
        {
            "js": [
                "jquery-1.6.4.min.js",
                "enhance.user.js"
            ],
            "matches": [
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/google.de\/*",
                "*:\/\/google.com\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.google.de\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/google.de\/*",
        "*:\/\/google.com\/*"
    ]
}