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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}