Classic Google Icons
Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Classic Google Icons là gì?
Classic Google Icons là một tiện ích mở rộng Chrome được phát triển bởi dangered wolf, và tính năng chính của nó là "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Classic Google Icons
Tải xuống các tệp mở rộng Classic Google Icons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Classic Google Icons |
ID | gdiohdhgkjainohnfhofjoebohnfknnm |
URL Chính Thức | https://chromewebstore.google.com/detail/classic-google-icons/gdiohdhgkjainohnfhofjoebohnfknnm |
Mô tả | Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps. |
Kích Thước Tệp | 1.24 MB |
Số Lần Cài Đặt | 1,673 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2021-05-17 |
Ngày Phát Hành | 2020-11-06 |
Đánh Giá | 4.82/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | dangered wolf |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |