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ファイルをダウンロード
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 |
Eメール | [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\/*" ] } |