Google Search Page Enhancer

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

Google Search Page Enhancerคืออะไร?

Google Search Page Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย therealplayer1 และคุณลักษณะหลักของมันคือ "This extension removes the "More" option and adds all entries to the bar."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Page Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Google Search Page Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
คำอธิบาย This extension removes the "More" option and adds all entries to the bar.
ขนาดไฟล์ 34.47 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-06-27
วันที่เผยแพร่ 2013-06-27
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา therealplayer1
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}