Godzilla Giroflex

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

Co je Godzilla Giroflex?

Godzilla Giroflex je rozšíření Chrome vyvinuté v.herzog1, a jeho hlavní funkcí je „Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Godzilla Giroflex

Stáhněte si soubory rozšíření Godzilla Giroflex ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Icon made by Freepik from www.flaticon.com                    

Základní Informace o Rozšíření

Název Godzilla Giroflex Godzilla Giroflex
ID fjapdhhpaphbacamfifpjjaonccppjhm
Oficiální URL https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm
Popis Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Velikost souboru 120 KB
Počet instalací 41
Aktuální Verze 0.1
Poslední Aktualizace 2019-01-27
Datum Vydání 2019-01-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář v.herzog1
Typ Platby free
Webové stránky Rozšíření https://github.com/v-herzog
Podporované Jazyky 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
}