Godzilla Giroflex

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

Godzilla Giroflexคืออะไร?

Godzilla Giroflex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย v.herzog1 และคุณลักษณะหลักของมันคือ "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Godzilla Giroflex

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
}