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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}