Favicon Fixer for Gmail

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

Favicon Fixer for Gmail là gì?

Favicon Fixer for Gmail là một tiện ích mở rộng Chrome được phát triển bởi http://swtch.com, và tính năng chính của nó là "Replace Gmail (or Inbox) favicon with favicon from mail domain.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Favicon Fixer for Gmail

Tải xuống các tệp mở rộng Favicon Fixer for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
URL Chính Thức https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
Mô tả Replace Gmail (or Inbox) favicon with favicon from mail domain.
Kích Thước Tệp 3.07 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-03-17
Ngày Phát Hành 2016-03-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://swtch.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}