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"
    }
}