G Favicon Fixer

Return to the old Google favicon!

G Favicon Fixerคืออะไร?

G Favicon Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Return to the old Google favicon!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G Favicon Fixer

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

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

                        Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!                    

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

ชื่อ G Favicon Fixer G Favicon Fixer
ID fgofmpkkcmalkeloaihfljngbibciile
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile
คำอธิบาย Return to the old Google favicon!
ขนาดไฟล์ 53.73 KB
จำนวนการติดตั้ง 1,140
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-08-23
วันที่เผยแพร่ 2012-08-22
คะแนน 4.36/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "G Favicon Fixer",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Return to the old Google favicon!",
    "content_scripts": [
        {
            "js": [
                "mainscript.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/google.com\/*",
                "*:\/\/images.google.com\/*",
                "*:\/\/books.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "oldfavicon.ico"
    ],
    "icons": {
        "16": "oldfavicon16.png",
        "48": "oldfavicon48.png",
        "128": "oldfavicon128.png"
    }
}