Google with Favicons

A Chrome extension which shows favicons in Google search results.

Google with Favicons là gì?

Google with Favicons là một tiện ích mở rộng Chrome được phát triển bởi https://junion.org, và tính năng chính của nó là "A Chrome extension which shows favicons in Google search results.".

Ả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 Google with Favicons

Tải xuống các tệp mở rộng Google with Favicons 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

                        "Google with Favicons" is a Chrome extension which shows favicons in Google search results.
You can get more user-friendly and cool search experience.                    

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

Tên Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
URL Chính Thức https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
Mô tả A Chrome extension which shows favicons in Google search results.
Kích Thước Tệp 45.75 KB
Số Lần Cài Đặt 1,107
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-11-03
Ngày Phát Hành 2014-11-03
Đánh Giá 3.54/5 Tổng số 83 Đánh Giá
Nhà Phát Triển https://junion.org
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/junion-org/GoogleWithFavicons
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google with Favicons",
    "version": "1.0.1",
    "description": "A Chrome extension which shows favicons in Google search results.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    }
}