Goggle

Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…

Goggleคืออะไร?

Goggle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meepy314 และคุณลักษณะหลักของมันคือ "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension for you! Just install the extension and click on the icon change the Google logo on that computer!                    

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

ชื่อ Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
คำอธิบาย Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
ขนาดไฟล์ 28.28 KB
จำนวนการติดตั้ง 3,402
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-03-28
วันที่เผยแพร่ 2017-03-28
คะแนน 3.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา meepy314
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goggle",
    "version": "1.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ProductSans.ttf"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}