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º"입니다.

확장 프로그램 스크린샷

screenshot

Godzilla Giroflex 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º.

Icon made by Freepik from www.flaticon.com                    

확장 프로그램 기본 정보

이름 Godzilla Giroflex Godzilla Giroflex
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
}