Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Co to jest Godzilla Giroflex?
Godzilla Giroflex to rozszerzenie Chrome opracowane przez v.herzog1, a jego główną funkcją jest „Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Godzilla Giroflex
Pobierz pliki rozszerzeń Godzilla Giroflex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
Oficjalny URL | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Opis | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Rozmiar pliku | 120 KB |
Liczba instalacji | 41 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2019-01-27 |
Data Publikacji | 2019-01-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | v.herzog1 |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/v-herzog |
Obsługiwane Języki | 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 } |