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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}