Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
什么是Godzilla Giroflex?
Godzilla Giroflex是由v.herzog1开发的Chrome扩展程序,该扩展的主要功能是“Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º”。
扩展截图
下载Godzilla Giroflex扩展crx文件
下载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 } |