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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"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" } } |