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 là gì?

Goggle là một tiện ích mở rộng Chrome được phát triển bởi meepy314, và tính năng chính của nó là "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        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!                    

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

Tên Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
URL Chính Thức https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Mô tả Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Kích Thước Tệp 28.28 KB
Số Lần Cài Đặt 3,402
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-03-28
Ngày Phát Hành 2017-03-28
Đánh Giá 3.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển meepy314
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}