Favicon Fixer for Gmail

Replace Gmail (or Inbox) favicon with favicon from mail domain.

ما هو Favicon Fixer for Gmail؟

Favicon Fixer for Gmail هو إضافة Chrome تم تطويرها بواسطة http://swtch.com، والميزة الرئيسية لها هي "Replace Gmail (or Inbox) favicon with favicon from mail domain.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Favicon Fixer for Gmail

قم بتنزيل ملفات الامتداد Favicon Fixer for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        When reading Gmail for foo.com, use foo.com's favicon instead of the Gmail envelope.

New in version 1.2:
  - Support for Inbox by Gmail (requires new permission for inbox.google.com).
  - Favicons are now loaded over HTTPS, not HTTP.                    

معلومات أساسية عن التمديد

الاسم Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
عنوان URL الرسمي https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
الوصف Replace Gmail (or Inbox) favicon with favicon from mail domain.
حجم الملف 3.07 KB
عدد التثبيتات 36
النسخة الحالية 1.2
آخر تحديث 2016-03-17
تاريخ النشر 2016-03-17
تقييم 5.00/5 مجموع تقييمات 3
المطور http://swtch.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Favicon Fixer for Gmail",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Replace Gmail (or Inbox) favicon with favicon from mail domain.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "fix-icon.js"
            ]
        }
    ]
}