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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Page Enhancer
قم بتنزيل ملفات الامتداد Google Search Page Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension removes the "More" option and adds all entries to the bar.
معلومات أساسية عن التمديد
الاسم | ![]() |
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\/*" ] } |