Godzilla Giroflex

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

Was ist Godzilla Giroflex?

Godzilla Giroflex ist eine Chrome-Erweiterung, die von v.herzog1 entwickelt wurde, und ihr Hauptmerkmal ist "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".

Erweiterungsscreenshots

screenshot

Godzilla Giroflex-Erweiterungs-CRX-Datei herunterladen

Laden Sie Godzilla Giroflex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Icon made by Freepik from www.flaticon.com                    

Grundlegende Informationen zur Erweiterung

Name Godzilla Giroflex Godzilla Giroflex
ID fjapdhhpaphbacamfifpjjaonccppjhm
Offizielle URL https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm
Beschreibung Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Dateigröße 120 KB
Installationsanzahl 41
Aktuelle Version 0.1
Letztes Update 2019-01-27
Veröffentlichungsdatum 2019-01-27
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler v.herzog1
Zahlungsart free
Erweiterungswebsite https://github.com/v-herzog
Unterstützte Sprachen 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
}