GitHub Breakout

Breakout!

GitHub Breakout क्या है?

GitHub Breakout siy1121 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Breakout!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GitHub Breakout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Play breakout with the GitHub contributions graph!

https://github.com/SIY1121/github-breakout                    

एक्सटेंशन की मूल जानकारी

नाम GitHub Breakout GitHub Breakout
ID pjdnfcgenganjboibkcacickkpmnfimn
आधिकारिक URL https://chromewebstore.google.com/detail/github-breakout/pjdnfcgenganjboibkcacickkpmnfimn
विवरण Breakout!
फ़ाइल का आकार 12.61 KB
स्थापना संख्या 108
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2021-03-13
प्रकाशन तिथि 2020-09-22
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर siy1121
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/SIY1121/status/1308004558090768386
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Breakout",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Breakout!",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    }
}