Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Godzilla Giroflex là gì?
Godzilla Giroflex là một tiện ích mở rộng Chrome được phát triển bởi v.herzog1, và tính năng chính của nó là "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Godzilla Giroflex
Tải xuống các tệp mở rộng Godzilla Giroflex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
URL Chính Thức | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Mô tả | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Kích Thước Tệp | 120 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-01-27 |
Ngày Phát Hành | 2019-01-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | v.herzog1 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/v-herzog |
Ngôn Ngữ Được Hỗ Trợ | 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 } |