Google Old Results
Cleans up google results by using the old classic style with green links
ما هو Google Old Results؟
Google Old Results هو إضافة Chrome تم تطويرها بواسطة carlosyasu91، والميزة الرئيسية لها هي "Cleans up google results by using the old classic style with green links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Old Results
قم بتنزيل ملفات الامتداد Google Old Results بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The purpose of this extension is to show Google results in the way they used to before around January 2020, when the results page added a cached page dropdown and a favicon to the results page and moved the URL to above the title. You can see the before and after in the screenshots. It does two things: -Hides the favicon and the dropdown to get you to the cached page. -Adjust styles to replace new user interface with one that is similar to the classic google results before Jan 2020.
معلومات أساسية عن التمديد
الاسم | Google Old Results |
ID | mncmlbggmdcmddddanjcgabpajadljhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-old-results/mncmlbggmdcmddddanjcgabpajadljhm |
الوصف | Cleans up google results by using the old classic style with green links |
حجم الملف | 10.62 KB |
عدد التثبيتات | 2,095 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2020-10-13 |
تاريخ النشر | 2020-02-22 |
تقييم | 3.57/5 مجموع تقييمات 14 |
المطور | carlosyasu91 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.yasuflores.com/ |
عنوان صفحة المساعدة | https://www.yasuflores.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Old Results", "version": "1.2.2", "description": "Cleans up google results by using the old classic style with green links", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "run_at": "document_end", "css": [ "content\/google.css" ] } ] } |