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คืออะไร?

Always expands the Google search tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย satou321 และคุณลักษณะหลักของมันคือ "Always expands the search tool and moves it back to the left side"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Always expands the Google search tool

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

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

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


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

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

ชื่อ Always expands the Google search tool Always expands the Google search tool
ID ocfnoambijkloklhjcchaggbniiophpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/always-expands-the-google/ocfnoambijkloklhjcchaggbniiophpn
คำอธิบาย Always expands the search tool and moves it back to the left side
ขนาดไฟล์ 6.01 KB
จำนวนการติดตั้ง 184
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-06-26
วันที่เผยแพร่ 2019-06-25
ผู้พัฒนา satou321
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}