Classic Google Icons
Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Что такое Classic Google Icons?
Classic Google Icons - это расширение Chrome, разработанное dangered wolf, и его основная функция - "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.".
Снимки экрана расширения
Скачать файл CRX расширения Classic Google Icons
Скачайте файлы расширений Classic Google Icons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hate Google's new icons? Revert them using Classic Google Icons. This replaces the page favicons, as well as the icons within the webpage, of apps like Gmail, Drive, and Maps. This extension is not affiliated in any way with Google LLC, and all trademarks are property of their respective owners.
Основная информация о расширении
Название | Classic Google Icons |
ID | gdiohdhgkjainohnfhofjoebohnfknnm |
Официальный URL | https://chromewebstore.google.com/detail/classic-google-icons/gdiohdhgkjainohnfhofjoebohnfknnm |
Описание | Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps. |
Размер файла | 1.24 MB |
Количество установок | 1,673 |
Текущая Версия | 1.5.0 |
Последнее Обновление | 2021-05-17 |
Дата публикации | 2020-11-06 |
Рейтинг | 4.82/5 Всего 17 оценок |
Разработчик | dangered wolf |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.5.0", "name": "Classic Google Icons", "description": "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.", "author": "dangeredwolf", "icons": { "16": "Icon16.png", "24": "Icon24.png", "32": "Icon32.png", "48": "Icon48.png", "64": "Icon64.png", "128": "Icon128.png", "256": "Icon256.png", "512": "Icon512.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.gstatic.com\/*", "https:\/\/*.google.com\/*", "https:\/\/*.googleusercontent.com\/*" ], "web_accessible_resources": [ "images\/*" ] } |