Classic Google Icons
Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps.
Classic Google Icons란 무엇입니까?
Classic Google Icons은(는) dangered wolf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the pre-2020 Material Design icons for Google products like Gmail, Calendar, and Maps."입니다.
확장 프로그램 스크린샷
Classic Google Icons 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |