G Favicon Fixer
Return to the old Google favicon!
Vad är G Favicon Fixer?
G Favicon Fixer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Return to the old Google favicon!".
Tilläggsskärmbilder
Ladda ner G Favicon Fixer-förlängningens CRX-fil
Ladda ner G Favicon Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon! Grundläggande Information om Tillägg
| Namn | |
| ID | fgofmpkkcmalkeloaihfljngbibciile |
| Officiell webbadress | https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile |
| Beskrivning | Return to the old Google favicon! |
| Filstorlek | 53.73 KB |
| Antal Installationer | 1,140 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2012-08-23 |
| Publiceringsdatum | 2012-08-22 |
| Betyg | 4.36/5 Totalt 14 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "G Favicon Fixer",
"version": "1.1",
"manifest_version": 2,
"description": "Return to the old Google favicon!",
"content_scripts": [
{
"js": [
"mainscript.js"
],
"matches": [
"*:\/\/www.google.com\/*",
"*:\/\/google.com\/*",
"*:\/\/images.google.com\/*",
"*:\/\/books.google.com\/*"
]
}
],
"web_accessible_resources": [
"oldfavicon.ico"
],
"icons": {
"16": "oldfavicon16.png",
"48": "oldfavicon48.png",
"128": "oldfavicon128.png"
}
} | |