Ukulele Chords

Ukulele Chords for AmDm.ru

Ukulele Chords क्या है?

Ukulele Chords bntr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ukulele Chords for AmDm.ru"।

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

screenshot

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

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

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

                        AmDm.ru still has no native Ukulele support.
This extensions adds an instrument selection (Guitar or Ukulele) to AmDm.ru's Chords panel.

Source: https://bitbucket.org/bntr/chrome-ukulele                    

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

नाम Ukulele Chords Ukulele Chords
ID imgaepblpgboiohaljfedaikllapdoge
आधिकारिक URL https://chromewebstore.google.com/detail/ukulele-chords/imgaepblpgboiohaljfedaikllapdoge
विवरण Ukulele Chords for AmDm.ru
फ़ाइल का आकार 149 KB
स्थापना संख्या 104
वर्तमान संस्करण 0.1
अंतिम अपडेट 2018-11-11
प्रकाशन तिथि 2018-11-10
डेवलपर bntr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bitbucket.org/bntr/chrome-ukulele
समर्थित भाषाएँ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ukulele Chords",
    "version": "0.1",
    "description": "Ukulele Chords for AmDm.ru",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/amdm.ru\/akkordi\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "chords\/*.png"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}