Google with Favicons
A Chrome extension which shows favicons in Google search results.
Hvad er Google with Favicons?
Google with Favicons er en Chrome-udvidelse udviklet af https://junion.org, og dens hovedfunktion er "A Chrome extension which shows favicons in Google search results.".
Udvidelsesskærmbilleder
Download Google with Favicons-udvidelses-CRX-fil
Download Google with Favicons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
"Google with Favicons" is a Chrome extension which shows favicons in Google search results.
You can get more user-friendly and cool search experience. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nabghppbcmjjflfemokkgocleeclijph |
| Officiel URL | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
| Beskrivelse | A Chrome extension which shows favicons in Google search results. |
| Filstørrelse | 45.75 KB |
| Antal Installationer | 1,107 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2014-11-03 |
| Udgivelsesdato | 2014-11-03 |
| Bedømmelse | 3.54/5 Samlet 83 Bedømmelser |
| Udvikler | https://junion.org |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/junion-org/GoogleWithFavicons |
| Understøttede Sprog | 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"
}
} | |