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 |
| 官方網址 | 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
} | |