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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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\/*"
    ]
}