Persistent Google Search Bar
Quick fix so that the search bar stays at top during scroll
ما هو Persistent Google Search Bar؟
Persistent Google Search Bar هو إضافة Chrome تم تطويرها بواسطة josephldailey، والميزة الرئيسية لها هي "Quick fix so that the search bar stays at top during scroll".
تحميل ملف CRX للإضافة Persistent Google Search Bar
قم بتنزيل ملفات الامتداد Persistent Google Search Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This light weight extensions make the google search bar (the grey one) stay at the top no matter how far down you scroll. I don't even understand why this isn't already part of the site.
معلومات أساسية عن التمديد
الاسم | Persistent Google Search Bar |
ID | dpaniepcmcgflbboaepolckbpgnifbeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/persistent-google-search/dpaniepcmcgflbboaepolckbpgnifbeb |
الوصف | Quick fix so that the search bar stays at top during scroll |
حجم الملف | 18.26 KB |
عدد التثبيتات | 238 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2013-12-02 |
تاريخ النشر | 2013-12-01 |
تقييم | 3.00/5 مجموع تقييمات 7 |
المطور | josephldailey |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "steam.js" ], "matches": [ "http:\/\/www.google.com\/*q=*", "https:\/\/www.google.com\/*q=*", "https:\/\/www.google.com\/", "http:\/\/www.google.com\/" ] } ], "description": "Quick fix so that the search bar stays at top during scroll", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Persistent Google Search Bar", "version": "0.1.2" } |