Google with Favicons
A Chrome extension which shows favicons in Google search results.
ما هو Google with Favicons؟
Google with Favicons هو إضافة Chrome تم تطويرها بواسطة https://junion.org، والميزة الرئيسية لها هي "A Chrome extension which shows favicons in Google search results.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google with Favicons
قم بتنزيل ملفات الامتداد Google with Favicons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
معلومات أساسية عن التمديد
الاسم | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
الوصف | A Chrome extension which shows favicons in Google search results. |
حجم الملف | 45.75 KB |
عدد التثبيتات | 1,107 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-11-03 |
تاريخ النشر | 2014-11-03 |
تقييم | 3.54/5 مجموع تقييمات 83 |
المطور | https://junion.org |
نوع الدفع | free |
موقع الإضافة | https://github.com/junion-org/GoogleWithFavicons |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google with Favicons", "version": "1.0.1", "description": "A Chrome extension which shows favicons in Google search results.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "http:\/\/www.google.*\/*", "https:\/\/www.google.*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/content.js" ] } ], "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" } } |