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.”。

擴展截圖

screenshot

下載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 Classic Google Icons
ID gdiohdhgkjainohnfhofjoebohnfknnm
官方網址 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\/*"
    ]
}