Godzilla Giroflex

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

Vad är Godzilla Giroflex?

Godzilla Giroflex är en Chrome-tillägg utvecklad av v.herzog1, och dess huvudfunktion är "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".

Tilläggsskärmbilder

screenshot

Ladda ner Godzilla Giroflex-förlängningens CRX-fil

Ladda ner Godzilla Giroflex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Icon made by Freepik from www.flaticon.com                    

Grundläggande Information om Tillägg

Namn Godzilla Giroflex Godzilla Giroflex
ID fjapdhhpaphbacamfifpjjaonccppjhm
Officiell webbadress https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm
Beskrivning Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Filstorlek 120 KB
Antal Installationer 41
Aktuell Version 0.1
Senast Uppdaterad 2019-01-27
Publiceringsdatum 2019-01-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare v.herzog1
Betalningssätt free
Tilläggswebbplats https://github.com/v-herzog
Stödda Språk 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
}