Godzilla Giroflex

Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º

Что такое Godzilla Giroflex?

Godzilla Giroflex - это расширение Chrome, разработанное v.herzog1, и его основная функция - "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Godzilla Giroflex

Скачайте файлы расширений Godzilla Giroflex в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º.

Icon made by Freepik from www.flaticon.com                    

Основная информация о расширении

Название Godzilla Giroflex Godzilla Giroflex
ID fjapdhhpaphbacamfifpjjaonccppjhm
Официальный URL https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm
Описание Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Размер файла 120 KB
Количество установок 41
Текущая Версия 0.1
Последнее Обновление 2019-01-27
Дата публикации 2019-01-27
Рейтинг 5.00/5 Всего 2 оценок
Разработчик v.herzog1
Тип оплаты free
Официальный сайт расширения https://github.com/v-herzog
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Godzilla Giroflex",
    "version": "0.1",
    "description": "Overrides the  Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360\u00ba",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "copy": {
            "suggested_key": {
                "default": "Ctrl+C",
                "mac": "Command+C"
            },
            "description": "Copy"
        },
        "paste": {
            "suggested_key": {
                "default": "Ctrl+V",
                "mac": "Command+V"
            },
            "description": "Paste"
        }
    },
    "page_action": {
        "default_icon": {
            "16": "images\/godzilla16.png",
            "32": "images\/godzilla32.png",
            "48": "images\/godzilla48.png",
            "128": "images\/godzilla128.png"
        }
    },
    "icons": {
        "16": "images\/godzilla16.png",
        "32": "images\/godzilla32.png",
        "48": "images\/godzilla48.png",
        "128": "images\/godzilla128.png"
    },
    "manifest_version": 2
}