Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Qu'est-ce que Godzilla Giroflex ?
Godzilla Giroflex est une extension Chrome développée par v.herzog1, et sa fonction principale est "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Godzilla Giroflex
Téléchargez les fichiers d'extension Godzilla Giroflex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Informations de Base sur l'Extension
Nom | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
URL Officiel | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Description | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Taille du Fichier | 120 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-01-27 |
Date de Publication | 2019-01-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | v.herzog1 |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/v-herzog |
Langues Prises en Charge | 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 } |