Google with Favicons

A Chrome extension which shows favicons in Google search results.

Google with Faviconsคืออะไร?

Google with Favicons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://junion.org และคุณลักษณะหลักของมันคือ "A Chrome extension which shows favicons in Google search results."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google with Favicons

ดาวน์โหลดไฟล์ส่วนขยาย Google with Favicons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google with Favicons Google with Favicons
ID nabghppbcmjjflfemokkgocleeclijph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph
คำอธิบาย A Chrome extension which shows favicons in Google search results.
ขนาดไฟล์ 45.75 KB
จำนวนการติดตั้ง 1,107
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-11-03
วันที่เผยแพร่ 2014-11-03
คะแนน 3.54/5 รวมทั้งหมด 83 คะแนน
ผู้พัฒนา https://junion.org
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/junion-org/GoogleWithFavicons
ภาษาที่รองรับ 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"
    }
}