LyricMe

Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.

LyricMe क्या है?

LyricMe Ben Beadle द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click."।

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

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

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

                        Lyrics to your clipboard in one click. It's as simple as that. It's annoying when sites that display lyrics make it extremely hard to do anything with the lyrics, including copying to the clipboard them for later use. Now, in one click, you can either view the lyrics in a simplified display or copy them to the clipboard.

To use, simply click the icon in the bar at the top of Chrome. A popup will show where you can search for any lyrics your little heart desires! This will open a page taking you to a customer Google search only searching the sites LyricMe works on.

Once you find the result you want, click it and it will open in a new page. A little popup will show in the bottom right corner where you can either copy or view the lyrics.

It's as easy as that!

LyricMe currently works on:
* metrolyrics.com
* azlyrics.com
* songmeanings.net                    

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

नाम LyricMe LyricMe
ID mjadnlkjkimogaiffmkibbfpfmjlcfdg
आधिकारिक URL https://chrome.google.com/webstore/detail/lyricme/mjadnlkjkimogaiffmkibbfpfmjlcfdg
विवरण Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.
फ़ाइल का आकार 61.2 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.2
अंतिम अपडेट 2013-08-06
प्रकाशन तिथि 2013-08-06
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Ben Beadle
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://benbeadle.com/LyricMe/
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/tab.css"
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/common.js",
                "js\/sites.js",
                "js\/elements.js",
                "js\/begin.js"
            ],
            "matches": [
                "http:\/\/www.metrolyrics.com\/*-lyrics-*.html",
                "http:\/\/metrolyrics.com\/*-lyrics-*.html",
                "http:\/\/www.azlyrics.com\/lyrics\/*",
                "http:\/\/azlyrics.com\/lyrics\/*",
                "http:\/\/www.songmeanings.net\/songs\/view\/*",
                "http:\/\/songmeanings.net\/songs\/view\/*"
            ]
        }
    ],
    "description": "Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "LyricMe",
    "permissions": [
        "clipboardWrite",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}