G Favicon Fixer
Return to the old Google favicon!
Что такое G Favicon Fixer?
G Favicon Fixer - это расширение Chrome, разработанное Unknown, и его основная функция - "Return to the old Google favicon!".
Снимки экрана расширения
Скачать файл CRX расширения G Favicon Fixer
Скачайте файлы расширений G Favicon Fixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon! Основная информация о расширении
| Название | |
| ID | fgofmpkkcmalkeloaihfljngbibciile |
| Официальный URL | https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile |
| Описание | Return to the old Google favicon! |
| Размер файла | 53.73 KB |
| Количество установок | 1,140 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2012-08-23 |
| Дата публикации | 2012-08-22 |
| Рейтинг | 4.36/5 Всего 14 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
} | |