Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Τι είναι το Godzilla Giroflex;
Το Godzilla Giroflex είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον v.herzog1, και η κύρια λειτουργία του είναι "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Godzilla Giroflex
Λήψη αρχείων επέκτασης Godzilla Giroflex σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
Επίσημο URL | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Περιγραφή | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Μέγεθος Αρχείου | 120 KB |
Αριθμός Εγκαταστάσεων | 41 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2019-01-27 |
Ημερομηνία Δημοσίευσης | 2019-01-27 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | v.herzog1 |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/v-herzog |
Υποστηριζόμενες Γλώσσες | 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 } |