Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Apa itu Godzilla Giroflex?
Godzilla Giroflex adalah ekstensi Chrome yang dikembangkan oleh v.herzog1, dan fitur utamanya adalah "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Godzilla Giroflex
Unduh file ekstensi Godzilla Giroflex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Informasi Dasar Ekstensi
Nama | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
URL Resmi | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Deskripsi | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Ukuran File | 120 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2019-01-27 |
Tanggal Publikasi | 2019-01-27 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | v.herzog1 |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/v-herzog |
Bahasa yang Didukung | 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 } |