Godzilla Giroflex

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

Wat is Godzilla Giroflex?

Godzilla Giroflex is een Chrome-extensie ontwikkeld door v.herzog1, en de belangrijkste functie is "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Godzilla Giroflex

Download Godzilla Giroflex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Icon made by Freepik from www.flaticon.com                    

Basisinformatie over de Extensie

Naam Godzilla Giroflex Godzilla Giroflex
ID fjapdhhpaphbacamfifpjjaonccppjhm
Officiële URL https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm
Beschrijving Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Bestandsgrootte 120 KB
Aantal Installaties 41
Huidige Versie 0.1
Laatst Bijgewerkt 2019-01-27
Publicatiedatum 2019-01-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar v.herzog1
Betalingswijze free
Extensiewebsite https://github.com/v-herzog
Ondersteunde Talen 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
}