Hide chromium code search banner

Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.

ما هو Hide chromium code search banner؟

Hide chromium code search banner هو إضافة Chrome تم تطويرها بواسطة yoz، والميزة الرئيسية لها هي "Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hide chromium code search banner

قم بتنزيل ملفات الامتداد Hide chromium code search banner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Hides the banner on code.google.com/p/chromium/codesearch, saving hundreds of vertical pixels.                    

معلومات أساسية عن التمديد

الاسم Hide chromium code search banner Hide chromium code search banner
ID podmafjjpjkcjldlhcigjmelmdpignni
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-chromium-code-search/podmafjjpjkcjldlhcigjmelmdpignni
الوصف Hides all the useless pixels at the top of the code search interface on code.google.com/p/chromium.
حجم الملف 4.63 KB
عدد التثبيتات 100
النسخة الحالية 1.2.7
آخر تحديث 2015-05-07
تاريخ النشر 2015-05-07
تقييم 4.44/5 مجموع تقييمات 9
المطور yoz
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide chromium code search banner",
    "description": "Hides all the useless pixels at the top of the code search interface on code.google.com\/p\/chromium.",
    "version": "1.2.7",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/code.google.com\/p\/chromium\/codesearch*"
            ],
            "css": [
                "hidebanner.css"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "48.png"
    }
}